aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/pngquant/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/pngquant/APKBUILD b/community/pngquant/APKBUILD
index 9b69a380ce..f769f6bd1f 100644
--- a/community/pngquant/APKBUILD
+++ b/community/pngquant/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=pngquant
-pkgver=2.10.0
+pkgver=2.10.1
pkgrel=0
pkgdesc="Lossy PNG compressor"
url="https://pngquant.org/"
@@ -14,13 +14,13 @@ builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$builddir"
- ./configure --prefix=/usr || return 1
- make || return 1
+ ./configure --prefix=/usr
+ make
}
package() {
cd "$builddir"
- make DESTDIR="$pkgdir" install || return 1
+ make DESTDIR="$pkgdir" install
}
-sha512sums="ce993299b72f4c51a97369d027051d621aa0155731345ed9a05993df7338db1083f94a5ebeab855fcee3715c676570b08c1b30656d00bad81f558ec7867ae3c5 pngquant-2.10.0-src.tar.gz"
+sha512sums="5e239f63a6f858bb8116a884526b9441f0c9c9ecf38f4081ec0c666f1756ef955f98c7c62652fff9b2ac3761c7023633193bc68de555738e0bc054b9068f09a2 pngquant-2.10.1-src.tar.gz"