diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-20 11:40:14 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-20 11:40:14 -0300 |
commit | 2f352ca8b911d96566b10adc049f76a552ab93aa (patch) | |
tree | a70b2a875856fbf847f12ae33f9434ea8ca1ef56 /community/expac | |
parent | 12c074375919d2de177eb9456352866902118a03 (diff) | |
parent | 94e3eb45cd3402cbc5efd70ae725e8d48ed696af (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/pbzip2/PKGBUILD
extra/audacious/PKGBUILD
extra/stardict/PKGBUILD
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" |