diff options
author | root <root@rshg054.dnsready.net> | 2013-04-06 00:05:46 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-06 00:05:46 -0700 |
commit | fd8249d016683ade99a23251d6ffdf5d5a3e76a4 (patch) | |
tree | de9e45e44e9a8ffb85bd8895dcec0ebcd34d17e3 /community/expac | |
parent | 3c7a59bfd2b8340068df7dc196e0c9b612b9ef31 (diff) |
Sat Apr 6 00:05:46 PDT 2013
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 1bd7be9ad..cf31567ba 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') 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" |