From c8948b7e0f53d906edf73917884091ee7c82590c Mon Sep 17 00:00:00 2001 From: bill-auger Date: Wed, 17 Jul 2019 21:12:27 -0400 Subject: [command-not-found]: upgrade to v0.6.2 --- pcr/command-not-found/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pcr/command-not-found') 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 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 -- cgit v1.2.3