pngcrush: update to 1.8.2.

This commit is contained in:
Duncaen 2016-07-12 18:22:40 +02:00
parent f362cb9f1d
commit ac0160b732
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'pngcrush' # Template file for 'pngcrush'
pkgname=pngcrush pkgname=pngcrush
version=1.8.1 version=1.8.2
revision=2 revision=1
wrksrc=${pkgname}-${version}-nolib wrksrc=${pkgname}-${version}-nolib
makedepends="libpng-devel" makedepends="libpng-devel"
short_desc="Tool for optimizing the compression of PNG files" short_desc="Tool for optimizing the compression of PNG files"
@ -9,7 +9,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
license="zlib" license="zlib"
homepage="http://pmt.sourceforge.net/pngcrush" homepage="http://pmt.sourceforge.net/pngcrush"
distfiles="${SOURCEFORGE_SITE}/pmt/${pkgname}-${version}-nolib.tar.xz" distfiles="${SOURCEFORGE_SITE}/pmt/${pkgname}-${version}-nolib.tar.xz"
checksum=29dfdc0e4302a10a58f1785ebc08ec5f57b6b2d3f36688dcb69ee058eb8a7ac0 checksum=4a2b4a0445008f0d528cffebd143ca9b15ec41cbc5abb79ce244d6eedaf452b1
do_build() { do_build() {
make CC="$CC" LD="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" make CC="$CC" LD="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"