diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-08-02 15:48:44 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-08-02 15:48:44 +0200 |
commit | 72658c2308ab6c5ec52a590f6c7b9a2b389b7f29 (patch) | |
tree | b949e009e881cbc19e64debea1068c56952b4b44 /community/pigz | |
parent | 04770005a02cc2a41550a57143af22c9d951bf6f (diff) | |
parent | f003ac1c96d76f4e3a2b93f988e1effce6771052 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/tp_smapi/PKGBUILD
community/fish/PKGBUILD
community/supertux/PKGBUILD
extra/gvfs/PKGBUILD
multilib/wine/PKGBUILD
testing/e2fsprogs/PKGBUILD
testing/iptables/PKGBUILD
testing/krb5/PKGBUILD
testing/lm_sensors/PKGBUILD
testing/lm_sensors/healthd
testing/lm_sensors/healthd.rc
Diffstat (limited to 'community/pigz')
-rwxr-xr-x | community/pigz/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pigz/PKGBUILD b/community/pigz/PKGBUILD index 404b821fb..da52e82c9 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 <djszapi2@gmail.com> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> pkgname=pigz -pkgver=2.2.4 +pkgver=2.2.5 pkgrel=1 pkgdesc="Parallel implementation of the gzip file compressor" arch=('i686' 'x86_64' 'mips64el') @@ -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" |