summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-10-11 10:32:45 -0400
committerChris Severance2017-10-11 10:32:45 -0400
commite4df09647db5bd5e0889c3ff0d0ac63a71b8e5a4 (patch)
tree1cbd02dca64f827d782233a07c3cfc24177a7e9c
parent56c491ca2fd02f4f4723d32073ac22fb524f4ddf (diff)
downloadaur-e4df09647db5bd5e0889c3ff0d0ac63a71b8e5a4.tar.gz
Update to 9.22
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c28feb544e3..daefcdc6dbf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 2 22:01:40 UTC 2017
+# Wed Oct 11 14:32:30 UTC 2017
pkgbase = ghostpdl
pkgdesc = Ghostscript RIP for PS, PDF, PCL-5, PCL-XL, SVG and XPS.
- pkgver = 9.21
+ pkgver = 9.22
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/gs921/ghostpdl-9.21.tar.xz
- sha256sums = 2dd77a7ff489f7f981406a2031d0e7beb38d466563402794a856071d9a99e339
+ source = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/ghostpdl-9.22.tar.xz
+ sha256sums = f4e46bc1f8285a61ab036007705fc2b532cc40f4448fe6bc156bd130733f306b
pkgname = ghostpdl
diff --git a/PKGBUILD b/PKGBUILD
index adbb4bbcf2ec..afd079f5c6e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
set -u
pkgname='ghostpdl'
-pkgver='9.21'
+pkgver='9.22'
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=('2dd77a7ff489f7f981406a2031d0e7beb38d466563402794a856071d9a99e339')
+sha256sums=('f4e46bc1f8285a61ab036007705fc2b532cc40f4448fe6bc156bd130733f306b')
prepare() {
set -u