aboutsummaryrefslogtreecommitdiffstats
path: root/main/jbig2dec/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/jbig2dec/APKBUILD')
-rw-r--r--main/jbig2dec/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/main/jbig2dec/APKBUILD b/main/jbig2dec/APKBUILD
index e18ad7817e3..abc924b9b76 100644
--- a/main/jbig2dec/APKBUILD
+++ b/main/jbig2dec/APKBUILD
@@ -1,17 +1,16 @@
# Contributor: Michael Zhou <zhoumichaely@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=jbig2dec
-pkgver=0.19
-_gsver="gs9531"
+pkgver=0.20
pkgrel=0
pkgdesc="JBIG2 image compression format decoder"
options="!check" # Tests require python2
url="https://jbig2dec.com/"
arch="all"
-license="GPL-2.0-or-later"
+license="AGPL-3.0-or-later"
makedepends="autoconf automake libtool"
subpackages="$pkgname-dev $pkgname-doc"
-source="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/$_gsver/jbig2dec-$pkgver.tar.gz"
+source="https://github.com/ArtifexSoftware/jbig2dec/releases/download/$pkgver/jbig2dec-$pkgver.tar.gz"
# secfixes:
# 0.18-r0:
@@ -39,4 +38,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="0d3ec8123b446b5b74846b189004c188e82cdf7b1c7ec3e02f98892aaa249fba0b0fe7f1db7036f2571b0ef2a5df22d1997d3d3f5479c9bef7851bf114134737 jbig2dec-0.19.tar.gz"
+sha512sums="
+74d40b4d5b21dcb2b6ed15de84e9ef292774783547d0a36c7185740f3fe34341665b4aa756369d27d158404f15f36f3edd2fd1a8187a196d08c9b06ab3d04101 jbig2dec-0.20.tar.gz
+"