summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2020-11-29 16:00:04 -0500
committerChris Severance2020-11-29 16:00:04 -0500
commit7e7dfef64d5b2f7312421b437390f9c39216344b (patch)
tree5c0fbf7cc4ad689fd3631192ab66d3677f142c7a
parent9494e6677e037585de9d8c10dc72a3226abe9e08 (diff)
downloadaur-7e7dfef64d5b2f7312421b437390f9c39216344b.tar.gz
autu: Update to 9.53.3-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cca0e2e5af14..177b5547cd3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 16 22:49:31 UTC 2020
+# 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.52
+ pkgver = 9.53.3
pkgrel = 1
url = https://www.ghostscript.com
arch = i686
@@ -13,9 +13,9 @@ pkgbase = ghostpdl
depends = freeglut
depends = libjpeg
depends = libxt
- source = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs952/ghostpdl-9.52.tar.xz
- md5sums = a9097b8a14dfaee002cf006c9f16e31a
- sha256sums = 33dd239a61bac154de123b6f8a28ebf3d8d9d462ac282065a1c389f96d92c0f3
+ source = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9533/ghostpdl-9.53.3.tar.xz
+ md5sums = 2fef9c4487a5f2ff7cb5e5b7f9374158
+ sha256sums = ebf48e7b4a2d9e5c160f777f6ad48895517d59f75e307633bb1b87992ea35efd
pkgname = ghostpdl
diff --git a/PKGBUILD b/PKGBUILD
index f86cd76cc206..414699f93940 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
set -u
pkgname='ghostpdl'
-pkgver='9.52'
+pkgver='9.53.3'
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=('a9097b8a14dfaee002cf006c9f16e31a')
-sha256sums=('33dd239a61bac154de123b6f8a28ebf3d8d9d462ac282065a1c389f96d92c0f3')
+md5sums=('2fef9c4487a5f2ff7cb5e5b7f9374158')
+sha256sums=('ebf48e7b4a2d9e5c160f777f6ad48895517d59f75e307633bb1b87992ea35efd')
prepare() {
set -u