Date: Tuesday, October 4, 2016 @ 09:28:43 Author: jsteel Revision: 191300
upgpkg: pigz 2.3.4-1 Modified: pigz/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-04 09:21:02 UTC (rev 191299) +++ PKGBUILD 2016-10-04 09:28:43 UTC (rev 191300) @@ -5,7 +5,7 @@ # Contributor: Stefan Husmann <[email protected]> pkgname=pigz -pkgver=2.3.3 +pkgver=2.3.4 pkgrel=1 pkgdesc='Parallel implementation of the gzip file compressor' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('custom') depends=('zlib') source=(http://www.zlib.net/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('01d7a16cce77929cc1a78aa1bdfb68cb') +md5sums=('08e6b2e682bbf65ccf12c8966d633fc6') build() { cd $pkgname-$pkgver
