diff options
author | root <root@rshg054.dnsready.net> | 2012-03-19 00:01:09 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-19 00:01:09 +0000 |
commit | de5b6982e42f4a1e8b0537cfbc1b676e2a81f195 (patch) | |
tree | 54a8758af5dc5a08f95d12f7fe04cec1d51024a6 /community/pigz | |
parent | d14a25fc4f65ae3d6e62f4668e9cb88d74834255 (diff) |
Mon Mar 19 00:01:09 UTC 2012
Diffstat (limited to 'community/pigz')
-rwxr-xr-x | community/pigz/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/pigz/PKGBUILD b/community/pigz/PKGBUILD index cc1e07c26..6a80d70cb 100755 --- a/community/pigz/PKGBUILD +++ b/community/pigz/PKGBUILD @@ -1,9 +1,10 @@ -# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> +# $Id: PKGBUILD 68038 2012-03-17 08:29:09Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski # Contributor: Laszlo Papp <djszapi2@gmail.com> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> pkgname=pigz -pkgver=2.2.3 +pkgver=2.2.4 pkgrel=1 pkgdesc="Parallel implementation of the gzip file compressor" arch=('i686' 'x86_64') @@ -11,11 +12,10 @@ url="http://www.zlib.net/pigz/" license=('custom') depends=('zlib') source=(http://www.zlib.net/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('8330a6c6a3e5f1954687aaba4b973a6f') +md5sums=('9df2a3c742524446fa4e797c17e8fd85') build() { cd "${srcdir}/$pkgname-$pkgver" - #sed -i s/"CFLAGS=".*/"CFLAGS=${CFLAGS}"/g Makefile make } |