[arch-commits] Commit in jbig2dec/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Tue Oct 15 17:21:17 UTC 2019
Date: Tuesday, October 15, 2019 @ 17:21:16
Author: andyrtr
Revision: 365053
upgpkg: jbig2dec 0.17-1
upstream update 0.17
Modified:
jbig2dec/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-15 17:10:42 UTC (rev 365052)
+++ PKGBUILD 2019-10-15 17:21:16 UTC (rev 365053)
@@ -3,8 +3,8 @@
# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
pkgname=jbig2dec
-pkgver=0.16
-_gsver=gs927
+pkgver=0.17
+_gsver=gs950
pkgrel=1
pkgdesc='Decoder implementation of the JBIG2 image compression format'
url='https://jbig2dec.com/'
@@ -12,15 +12,15 @@
license=('GPL3')
depends=('libpng')
source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/${_gsver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('a4f6bf15d217e7816aa61b92971597c801e81f0a63f9fe1daee60fb88e0f0602')
+sha512sums=('e1ac4af318fb31e097b558e6b88334d35e035d1378b152aabb025f2918969a3a79c6a6644848fccf5d4eaa6efaf2b0422ff01d5bbcde8245f7af6fa29022d9b8')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list