summaryrefslogtreecommitdiff
path: root/pcr/command-not-found
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/command-not-found')
-rw-r--r--pcr/command-not-found/PKGBUILD10
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