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/pbzip2 | |
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/pbzip2')
-rw-r--r-- | community/pbzip2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pbzip2/PKGBUILD b/community/pbzip2/PKGBUILD index d9b8ef890..6c2253b68 100644 --- a/community/pbzip2/PKGBUILD +++ b/community/pbzip2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 45756 2011-04-28 15:32:42Z foutrelis $ +# $Id: PKGBUILD 51901 2011-07-17 21:41:16Z foutrelis $ # Contributor: Vasco Costa <vasco dot costa at geekslot dot com> # Maintainer: Evangelos Foutras <foutrelis@gmail.com> pkgname=pbzip2 -pkgver=1.1.4 +pkgver=1.1.5 pkgrel=1 pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor" arch=(i686 x86_64 'mips64el') @@ -11,7 +11,7 @@ url="http://compression.ca/pbzip2/" license=('BSD') depends=('bzip2' 'gcc-libs') source=(http://compression.ca/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('797e3ae5c6293a55e3e97fefb11cf494') +md5sums=('62f529d3ef17d775b9e1745f7a458018') build() { cd "$srcdir/$pkgname-$pkgver" |