summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-09-14 15:04:44 -0400
committerChris Severance2018-09-14 15:04:44 -0400
commit8d7762c184a22fc4c8d0221f18e0087165cb4ece (patch)
tree02ecaedda9cc5597b443478d96b2ce0f6d6bce25
parentec6fb0ec44c8e39466fb8ec85e0cebe9594f0d33 (diff)
downloadaur-8d7762c184a22fc4c8d0221f18e0087165cb4ece.tar.gz
autu: Update to 9.25-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79e722da7754..217b07a88a1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Sep 10 19:31:21 UTC 2018
+# Fri Sep 14 19:04:43 UTC 2018
pkgbase = ghostpdl
pkgdesc = Ghostscript RIP for PS, PDF, PCL-5, PCL-XL, SVG and XPS.
- pkgver = 9.24
+ pkgver = 9.25
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/gs924/ghostpdl-9.24.tar.xz
- sha256sums = 022e1c27fdd874f5c2a2284ad2c26ff566fbc4d28076aa7e314cf90ea982a9f8
+ source = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs925/ghostpdl-9.25.tar.xz
+ sha256sums = 9a6f382badeb86cc5474f0f8f85cde57c0b898bf236be00494754988d0aa0133
pkgname = ghostpdl
diff --git a/PKGBUILD b/PKGBUILD
index 65c5fb0e1788..5af3aa3e2fdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
set -u
pkgname='ghostpdl'
-pkgver='9.24'
+pkgver='9.25'
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=('022e1c27fdd874f5c2a2284ad2c26ff566fbc4d28076aa7e314cf90ea982a9f8')
+sha256sums=('9a6f382badeb86cc5474f0f8f85cde57c0b898bf236be00494754988d0aa0133')
prepare() {
set -u