summaryrefslogtreecommitdiff
path: root/pcr/command-not-found
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-02 17:01:43 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-02 17:01:43 -0500
commitf998b49040c528d1daf7d2f739c477a956292c4a (patch)
treec39e359c958db7e79d97fc676ddcf8504c0da99c /pcr/command-not-found
parent240618a6f8f05e2313fe988074903c7a45763722 (diff)
pcr/command-not-found: re-generate the source tarball
Diffstat (limited to 'pcr/command-not-found')
-rw-r--r--pcr/command-not-found/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/command-not-found/PKGBUILD b/pcr/command-not-found/PKGBUILD
index e2131a3d5..60aaa4fd5 100644
--- a/pcr/command-not-found/PKGBUILD
+++ b/pcr/command-not-found/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=command-not-found
pkgver=0.4.5
-pkgrel=1
+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="http://github.com/metti/command-not-found"
@@ -14,7 +14,9 @@ depends=('boost-libs' 'tdb' 'libarchive' 'wget')
makedepends=('boost' 'cmake')
install='install'
-source=("libre://$pkgname-$pkgver.tar.gz")
+source=("https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('cceea11367dd1847f08c94212f380ea5')
+
mksource=("$pkgname-$pkgver::git+https://github.com/metti/$pkgname.git#tag=v${pkgver}")
mkmd5sums=('SKIP')
@@ -28,5 +30,3 @@ package(){
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-
-md5sums=('c055522251b2c58b9c6e0d0f0df481c0')