summaryrefslogtreecommitdiff
path: root/community/pbzip2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pbzip2/PKGBUILD')
-rw-r--r--community/pbzip2/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/pbzip2/PKGBUILD b/community/pbzip2/PKGBUILD
index 8a2e27ab2..a07684349 100644
--- a/community/pbzip2/PKGBUILD
+++ b/community/pbzip2/PKGBUILD
@@ -1,17 +1,17 @@
-# $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)
+arch=('i686' 'x86_64')
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"