Date: Wednesday, November 22, 2017 @ 19:28:49
  Author: bisson
Revision: 310717

upstream update

Modified:
  jbig2dec/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-11-22 18:56:37 UTC (rev 310716)
+++ PKGBUILD    2017-11-22 19:28:49 UTC (rev 310717)
@@ -4,15 +4,15 @@
 # Contributor: Stefan Husmann <stefan-husm...@t-online.de>
 
 pkgname=jbig2dec
-pkgver=0.13
+pkgver=0.14
 pkgrel=1
 pkgdesc='Decoder implementation of the JBIG2 image compression format'
-url='http://www.ghostscript.com/jbig2dec.html'
+url='https://artifex.com/developers-ghostscript-jbig2dec/'
 arch=('x86_64')
 license=('GPL3')
 depends=('libpng')
-source=("http://downloads.ghostscript.com/public/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('5aaca0070992cc2e971e3bb2338ee749495613dcecab4c868fc547b4148f5311')
+source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('21b498c3ba566f283d02946f7e78e12abbad89f12fe4958974e50882c185014c')
 
 build() {
        cd "${srcdir}/${pkgname}-${pkgver}"

Reply via email to