diff options
Diffstat (limited to 'community/expac')
-rw-r--r-- | community/expac/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/expac/PKGBUILD b/community/expac/PKGBUILD index 2dd454fff..524669022 100644 --- a/community/expac/PKGBUILD +++ b/community/expac/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 80201 2012-11-17 15:05:30Z dreisner $ +# $Id: PKGBUILD 87648 2013-04-05 00:19:21Z dreisner $ # Maintainer: Dave Reisner <d@falconindy.com> pkgname=expac -pkgver=1 -pkgrel=2 +pkgver=2 +pkgrel=1 pkgdesc="pacman database extraction utility" arch=('i686' 'x86_64' 'mips64el') url="http://github.com/falconindy/expac" license=('GPL') depends=('pacman') makedepends=('perl') -source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('be8348f18e6af9db250437b14a91e443') +source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) +md5sums=('41a65f51009e44689bd5320f5c3aa7d4' + 'SKIP') build() { make -C "$pkgname-$pkgver" |