diff options
author | root <root@rshg047.dnsready.net> | 2011-07-18 23:12:10 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-18 23:12:10 +0000 |
commit | 040215f1ca1d14472525c2562bc33e84f9728d4a (patch) | |
tree | c94addc612817e2d2fd14b36d7262bac86594877 /community/expac | |
parent | ddddf9c453076a407bfdbf3e030e606f31ee2b86 (diff) |
Mon Jul 18 23:12:10 UTC 2011
Diffstat (limited to 'community/expac')
-rw-r--r-- | community/expac/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/expac/PKGBUILD b/community/expac/PKGBUILD index 64d84c755..f34b2938a 100644 --- a/community/expac/PKGBUILD +++ b/community/expac/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 44424 2011-04-07 13:07:03Z dreisner $ +# $Id: PKGBUILD 51880 2011-07-17 19:50:14Z dreisner $ # Maintainer: Dave Reisner <d@falconindy.com> pkgname=expac -pkgver=0.04 +pkgver=0.05 pkgrel=1 pkgdesc="pacman database extraction utility" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL') depends=('pacman') makedepends=('perl') source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('a5a766f27d8147bf53cbc6cfd7d9e5c9') +md5sums=('366d741b21d1029c63a5e977d3fc08db') build() { cd "$srcdir/$pkgname-$pkgver" |