diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-02 17:01:43 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-02 17:01:43 -0500 |
commit | f998b49040c528d1daf7d2f739c477a956292c4a (patch) | |
tree | c39e359c958db7e79d97fc676ddcf8504c0da99c /pcr | |
parent | 240618a6f8f05e2313fe988074903c7a45763722 (diff) | |
download | abslibre-f998b49040c528d1daf7d2f739c477a956292c4a.tar.gz abslibre-f998b49040c528d1daf7d2f739c477a956292c4a.tar.bz2 abslibre-f998b49040c528d1daf7d2f739c477a956292c4a.zip |
pcr/command-not-found: re-generate the source tarball
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/command-not-found/PKGBUILD | 8 |
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') |