pigz: update to 2.3.4.
This commit is contained in:
parent
37c51f206d
commit
49f0de075c
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'pigz'
|
# Template file for 'pigz'
|
||||||
pkgname=pigz
|
pkgname=pigz
|
||||||
version=2.3.3
|
version=2.3.4
|
||||||
revision=3
|
revision=1
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="A parallel implementation of gzip"
|
short_desc="A parallel implementation of gzip"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://zlib.net/pigz/"
|
homepage="http://zlib.net/pigz/"
|
||||||
license="zlib"
|
license="zlib"
|
||||||
distfiles="http://zlib.net/pigz/pigz-${version}.tar.gz"
|
distfiles="http://zlib.net/pigz/pigz-${version}.tar.gz"
|
||||||
checksum=4e8b67b432ce7907575a549f3e1cac4709781ba0f6b48afea9f59369846b509c
|
checksum=6f031fa40bc15b1d80d502ff91f83ba14f4b079e886bfb83221374f7bf5c8f9a
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/CC.*-o/{s/$(LDFLAGS)//; s/$/ $(LDFLAGS)/}' Makefile
|
sed -i '/CC.*-o/{s/$(LDFLAGS)//; s/$/ $(LDFLAGS)/}' Makefile
|
||||||
|
|
Loading…
Reference in a new issue