summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2022-04-17 23:29:47 -0400
committerChris Severance2022-04-17 23:29:47 -0400
commit109bb5ac14672db58be8d9520ccac1a04bd86982 (patch)
tree962a2055342b4759c1cd269e63553758b9a3e55d
parent7e7dfef64d5b2f7312421b437390f9c39216344b (diff)
downloadaur-109bb5ac14672db58be8d9520ccac1a04bd86982.tar.gz
autu: Update to 9.56.1-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 177b5547cd3d..c0cbf910afd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Nov 29 21:00:04 UTC 2020
pkgbase = ghostpdl
pkgdesc = Ghostscript RIP for PS, PDF, PCL-5, PCL-XL, SVG and XPS.
- pkgver = 9.53.3
+ pkgver = 9.56.1
pkgrel = 1
url = https://www.ghostscript.com
arch = i686
@@ -13,9 +11,8 @@ pkgbase = ghostpdl
depends = freeglut
depends = libjpeg
depends = libxt
- source = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9533/ghostpdl-9.53.3.tar.xz
- md5sums = 2fef9c4487a5f2ff7cb5e5b7f9374158
- sha256sums = ebf48e7b4a2d9e5c160f777f6ad48895517d59f75e307633bb1b87992ea35efd
+ source = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9561/ghostpdl-9.56.1.tar.xz
+ md5sums = 03535e1052d853165a550c4d4da182d7
+ sha256sums = 05e64c19853e475290fd608a415289dc21892c4d08ee9086138284b6addcb299
pkgname = ghostpdl
-
diff --git a/PKGBUILD b/PKGBUILD
index 414699f93940..f36db1151ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
set -u
pkgname='ghostpdl'
-pkgver='9.53.3'
+pkgver='9.56.1'
pkgrel='1'
pkgdesc='Ghostscript RIP for PS, PDF, PCL-5, PCL-XL, SVG and XPS.'
arch=('i686' 'x86_64')
@@ -28,8 +28,8 @@ depends=('ghostscript' 'glu' 'freeglut' 'libjpeg' 'libxt')
_giturl="https://github.com/ArtifexSoftware/${pkgname}-downloads"
_verwatch=("${_giturl}/releases.atom" '\s\+<title>Ghostscript/GhostPDL \([0-9\.]\+\)</title>.*' 'f')
source=("${_giturl}/releases/download/gs${pkgver//./}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('2fef9c4487a5f2ff7cb5e5b7f9374158')
-sha256sums=('ebf48e7b4a2d9e5c160f777f6ad48895517d59f75e307633bb1b87992ea35efd')
+md5sums=('03535e1052d853165a550c4d4da182d7')
+sha256sums=('05e64c19853e475290fd608a415289dc21892c4d08ee9086138284b6addcb299')
prepare() {
set -u