From e8f5b2ea6983e7a97c1640e9e211f356b8b5d21b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 2 Aug 2012 00:01:47 +0000 Subject: Thu Aug 2 00:01:47 UTC 2012 --- community/pigz/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/pigz') diff --git a/community/pigz/PKGBUILD b/community/pigz/PKGBUILD index 6a80d70cb..f9331664b 100755 --- a/community/pigz/PKGBUILD +++ b/community/pigz/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 68038 2012-03-17 08:29:09Z bpiotrowski $ +# $Id: PKGBUILD 74606 2012-07-31 12:59:28Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Laszlo Papp # Contributor: Stefan Husmann pkgname=pigz -pkgver=2.2.4 +pkgver=2.2.5 pkgrel=1 pkgdesc="Parallel implementation of the gzip file compressor" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ url="http://www.zlib.net/pigz/" license=('custom') depends=('zlib') source=(http://www.zlib.net/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('9df2a3c742524446fa4e797c17e8fd85') +md5sums=('188f769ccedc403893d03049ad31e969') build() { cd "${srcdir}/$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf