summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2020-03-12 23:07:33 -0400
committerChris Severance2020-03-12 23:07:33 -0400
commit6ea25fd9f60d5d26253042fd61871ee52760ea12 (patch)
treeaabe499c5f3f2947d55e310959d61c3a8fa9194b
parentf07877efa98850853731c7c4415fcb86ff0c09e9 (diff)
downloadaur-6ea25fd9f60d5d26253042fd61871ee52760ea12.tar.gz
autu: Update to 9.51-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09c77d2f2857..968f901be818 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 24 03:13:40 UTC 2019
+# Fri Mar 13 03:07:33 UTC 2020
pkgbase = ghostpdl
pkgdesc = Ghostscript RIP for PS, PDF, PCL-5, PCL-XL, SVG and XPS.
- pkgver = 9.50
+ pkgver = 9.51
pkgrel = 1
url = https://www.ghostscript.com
arch = i686
@@ -13,8 +13,8 @@ pkgbase = ghostpdl
depends = freeglut
depends = libjpeg
depends = libxt
- source = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs950/ghostpdl-9.50.tar.xz
- sha256sums = eeaa4ef815f3871ff831ecf4b7e09ad472b47e8ea8e0fe8d59cac9aeda8355ff
+ source = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs951/ghostpdl-9.51.tar.xz
+ sha256sums = d73996ae834af31a633dc76311cca84b5c54eb887284ec2113413eab6624145e
pkgname = ghostpdl
diff --git a/PKGBUILD b/PKGBUILD
index 0e8c3a0d3800..32437e47706f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
set -u
pkgname='ghostpdl'
-pkgver='9.50'
+pkgver='9.51'
pkgrel='1'
pkgdesc='Ghostscript RIP for PS, PDF, PCL-5, PCL-XL, SVG and XPS.'
arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@ 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")
-sha256sums=('eeaa4ef815f3871ff831ecf4b7e09ad472b47e8ea8e0fe8d59cac9aeda8355ff')
+sha256sums=('d73996ae834af31a633dc76311cca84b5c54eb887284ec2113413eab6624145e')
prepare() {
set -u