diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-07-17 21:12:27 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-07-17 21:14:35 -0400 |
commit | c8948b7e0f53d906edf73917884091ee7c82590c (patch) | |
tree | 625c2c59d3cff4aaf99799daa1d5f434cfdc40a4 /pcr/command-not-found | |
parent | 89dff996f1ff83ff96764099d32b1197e3371cc9 (diff) | |
download | abslibre-c8948b7e0f53d906edf73917884091ee7c82590c.tar.gz abslibre-c8948b7e0f53d906edf73917884091ee7c82590c.tar.bz2 abslibre-c8948b7e0f53d906edf73917884091ee7c82590c.zip |
[command-not-found]: upgrade to v0.6.2
Diffstat (limited to 'pcr/command-not-found')
-rw-r--r-- | pcr/command-not-found/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/command-not-found/PKGBUILD b/pcr/command-not-found/PKGBUILD index 15c24ee2b..2d9adc3f3 100644 --- a/pcr/command-not-found/PKGBUILD +++ b/pcr/command-not-found/PKGBUILD @@ -4,17 +4,17 @@ # Contributor: Luke Shumaker <lukeshu@parabola.nu> pkgname=command-not-found -pkgver=0.6.1 +pkgver=0.6.2 pkgrel=2 pkgdesc="In case a command could not be found this utility searches for packages containing this or a similar command (bash,zsh)." -arch=('i686' 'x86_64') -url="https://github.com/metti/$pkgname" +arch=('armv7h' 'i686' 'x86_64') +url="https://github.com/metti/command-not-found" license=('GPL3') depends=('boost-libs' 'libarchive' 'tdb' 'wget') makedepends=('boost' 'cmake' 'git') install=$pkgname.install -source=("$url/archive/v$pkgver.tar.gz") -sha256sums=('881bde20d00bc1538372b3394beadee0b68a8d4be7d199b1f94e046f47e5d81e') +source=(https://github.com/metti/command-not-found/archive/v$pkgver.tar.gz) +sha256sums=('a5946d2180b67ff16f0cd4d248dce3fcee36cbf535b946e50c90c55dc6cf31aa') build() { cd $pkgname-$pkgver |