Merge pull request #6273 from bra1nwave/plzip

plzip: update to 1.6.
This commit is contained in:
Enno Boland 2017-04-27 16:59:25 +02:00 committed by GitHub
commit 71d7be305a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'plzip'
pkgname=plzip
version=1.5
version=1.6
revision=1
build_style=gnu-configure
makedepends="lzlib-devel"
@ -9,7 +9,7 @@ maintainer="bra1nwave <brainwave@openmailbox.org>"
license="GPL-2"
homepage="http://www.nongnu.org/lzip/plzip"
distfiles="${NONGNU_SITE}/lzip/plzip/${pkgname}-${version}.tar.gz"
checksum=cd401683c2c57ecf170c99a873e41e9e5fee0e9680341646e31032e31489cc8a
checksum=5d1d79fe4a1e41aa05e3926d067243efbaa607ed238036152f867662b7d14c7c
do_configure() {
./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"