diff options
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 c442b2204..325f89f12 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' 'mips64el') @@ -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" |