From faedea72991c073c87b6e31211a8a4c871fd77ab Mon Sep 17 00:00:00 2001 From: Paper Mountain Studio Date: Sun, 28 Jul 2019 11:19:25 +0200 Subject: [PATCH] pngquant: update to 2.12.5, use different distfile mirror --- srcpkgs/pngquant/template | 8 ++++---- srcpkgs/pngquant/update | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/pngquant/update diff --git a/srcpkgs/pngquant/template b/srcpkgs/pngquant/template index 03f4c93b26c..2e4bfbc9a01 100644 --- a/srcpkgs/pngquant/template +++ b/srcpkgs/pngquant/template @@ -1,17 +1,17 @@ # Template file for 'pngquant' pkgname=pngquant -version=2.12.3 +version=2.12.5 revision=1 build_style=gnu-configure +make_check_target=test configure_args="--with-openmp" makedepends="lcms2-devel libgomp-devel libimagequant-devel libpng-devel" short_desc="Lossy PNG compressor" maintainer="Leah Neukirchen " license="GPL-3.0-or-later" homepage="https://pngquant.org/" -distfiles="https://github.com/pornel/${pkgname}/archive/${version}.tar.gz" -checksum=507c0cd220326b6ec36097195230a9b5b89b23bcf5ade7c4e7b054d3d86120d7 -make_check_target=test +distfiles="http://pngquant.org/pngquant-${version}-src.tar.gz" +checksum=3638936cf6270eeeaabcee42e10768d78e4dc07cac9310307835c1f58b140808 case "$XBPS_TARGET_MACHINE" in x86_64*) configure_args+=" --enable-sse";; diff --git a/srcpkgs/pngquant/update b/srcpkgs/pngquant/update new file mode 100644 index 00000000000..b673de014c3 --- /dev/null +++ b/srcpkgs/pngquant/update @@ -0,0 +1 @@ +site="https://pngquant.org/releases.html"