summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-09-26 12:22:55 -0400
committerChris Severance2016-09-26 12:22:55 -0400
commit2b8ac86de198fc7cf31932eda731b4431aa4c5dc (patch)
tree2479fbef54034bee74fc07a6153c6f725dc2a499
parent3e683c3b5e64b18c93b6c3be97c05aa5674d1219 (diff)
downloadaur-2b8ac86de198fc7cf31932eda731b4431aa4c5dc.tar.gz
Update to 9.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf0ca95150ed..4aabc52f9ac0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 29 13:32:19 UTC 2016
+# Mon Sep 26 16:22:41 UTC 2016
pkgbase = ghostpdl
pkgdesc = Ghostscript RIP for PS, PDF, PCL-5, PCL-XL, SVG and XPS.
- pkgver = 9.19
+ pkgver = 9.20
pkgrel = 1
url = http://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/gs919/ghostpdl-9.19.tar.bz2
- sha256sums = 7db9aaa9ae3d3368bcd9b49b13ac3ca396df3ccef69b326cfc63a964486e4681
+ source = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/ghostpdl-9.20.tar.xz
+ sha256sums = 69bde6ca05fa34cdb66183dd8fb4651e7786ca5bbd9995a592b2bc55cda0d244
pkgname = ghostpdl
diff --git a/PKGBUILD b/PKGBUILD
index 728bd2e321a7..87ca13c99dcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,6 @@
# Contributor: vorbote P. A. López-Valencia; palopezv on Google's email service
# Contributor: ... (unknown)
# Contributor: fnord0; fnord0 AAAAAAAAAAAAATTTTTTTTTTTTTTTTT riseup net
-# Category: system
# Versions after 9.10 drop svg and pspcl6. The extra binaries will be
# installed if the version you choose has a makefile produces them.
@@ -15,11 +14,9 @@
# This project has acheived proof of concept, but is not actively being worked
# on.
-# Recommended build command: makepkg -scCfi
-
set -u
pkgname='ghostpdl'
-pkgver='9.19'
+pkgver='9.20'
pkgrel='1'
pkgdesc='Ghostscript RIP for PS, PDF, PCL-5, PCL-XL, SVG and XPS.'
arch=('i686' 'x86_64')
@@ -29,9 +26,9 @@ depends=('ghostscript' 'glu' 'freeglut' 'libjpeg' 'libxt')
#_verwatch=('http://downloads.ghostscript.com/public/' "${pkgname}-\(.*\)\.tar\.bz2" 'l')
#source=("${_verwatch[0]}${pkgname}-${pkgver}.tar.bz2") # .gz and .bz2 are available. Unpacking .bz2 is a LOT slower so is not suited for package testing.
_giturl="https://github.com/ArtifexSoftware/${pkgname}-downloads"
-_verwatch=("${_giturl}/releases" "${_giturl##*\.com}/releases/download/gs[0-9\.]\+/${pkgname}-\([0-9\.]\+\)\.tar\.gz" 'l')
-source=("${_giturl}/releases/download/gs${pkgver//./}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('7db9aaa9ae3d3368bcd9b49b13ac3ca396df3ccef69b326cfc63a964486e4681')
+_verwatch=("${_giturl}/releases.atom" '\s\+<title>Ghostscript/GhostPDL \([0-9\.]\+\)</title>.*' 'f')
+source=("${_giturl}/releases/download/gs${pkgver//./}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('69bde6ca05fa34cdb66183dd8fb4651e7786ca5bbd9995a592b2bc55cda0d244')
prepare() {
set -u