diff options
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" |