summaryrefslogtreecommitdiff
path: root/community/pbzip2/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-18 23:12:10 +0000
committerroot <root@rshg047.dnsready.net>2011-07-18 23:12:10 +0000
commit040215f1ca1d14472525c2562bc33e84f9728d4a (patch)
treec94addc612817e2d2fd14b36d7262bac86594877 /community/pbzip2/PKGBUILD
parentddddf9c453076a407bfdbf3e030e606f31ee2b86 (diff)
Mon Jul 18 23:12:10 UTC 2011
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"