summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-05-02 18:01:40 -0400
committerChris Severance2017-05-02 18:01:40 -0400
commit56c491ca2fd02f4f4723d32073ac22fb524f4ddf (patch)
tree55e073cb7d68b0678822abc467344baee323ed3d
parent2b8ac86de198fc7cf31932eda731b4431aa4c5dc (diff)
downloadaur-56c491ca2fd02f4f4723d32073ac22fb524f4ddf.tar.gz
Update to 9.21
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aabc52f9ac0..7c28feb544e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Sep 26 16:22:41 UTC 2016
+# Tue May 2 22:01:40 UTC 2017
pkgbase = ghostpdl
pkgdesc = Ghostscript RIP for PS, PDF, PCL-5, PCL-XL, SVG and XPS.
- pkgver = 9.20
+ pkgver = 9.21
pkgrel = 1
- url = http://www.ghostscript.com
+ url = https://www.ghostscript.com
arch = i686
arch = x86_64
license = AGPL
@@ -13,8 +13,8 @@ pkgbase = ghostpdl
depends = freeglut
depends = libjpeg
depends = libxt
- source = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/ghostpdl-9.20.tar.xz
- sha256sums = 69bde6ca05fa34cdb66183dd8fb4651e7786ca5bbd9995a592b2bc55cda0d244
+ source = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs921/ghostpdl-9.21.tar.xz
+ sha256sums = 2dd77a7ff489f7f981406a2031d0e7beb38d466563402794a856071d9a99e339
pkgname = ghostpdl
diff --git a/PKGBUILD b/PKGBUILD
index 87ca13c99dcc..adbb4bbcf2ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,11 +16,11 @@
set -u
pkgname='ghostpdl'
-pkgver='9.20'
+pkgver='9.21'
pkgrel='1'
pkgdesc='Ghostscript RIP for PS, PDF, PCL-5, PCL-XL, SVG and XPS.'
arch=('i686' 'x86_64')
-url='http://www.ghostscript.com'
+url='https://www.ghostscript.com'
license=('AGPL')
depends=('ghostscript' 'glu' 'freeglut' 'libjpeg' 'libxt')
#_verwatch=('http://downloads.ghostscript.com/public/' "${pkgname}-\(.*\)\.tar\.bz2" 'l')
@@ -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=('69bde6ca05fa34cdb66183dd8fb4651e7786ca5bbd9995a592b2bc55cda0d244')
+sha256sums=('2dd77a7ff489f7f981406a2031d0e7beb38d466563402794a856071d9a99e339')
prepare() {
set -u