summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2023-04-11 22:15:46 -0400
committerChris Severance2023-04-11 22:15:46 -0400
commit979b05b089549363137fd32b17018eb7e1825f66 (patch)
tree24a94c3111935a954888a20ac6fbb4776032aee7
parent7f487b24f7b865fb79a770c74b753fb824ec11a6 (diff)
downloadaur-979b05b089549363137fd32b17018eb7e1825f66.tar.gz
autu: Update to 10.01.1-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 470c23e14dc5..3105622c2bbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Apr 12 02:15:46 UTC 2023
pkgbase = ghostpdl
pkgdesc = Ghostscript RIP for PS, PDF, PCL-5, PCL-XL, SVG and XPS.
- pkgver = 10.0.0
+ pkgver = 10.01.1
pkgrel = 1
url = https://www.ghostscript.com
arch = i686
@@ -11,8 +13,9 @@ pkgbase = ghostpdl
depends = freeglut
depends = libjpeg
depends = libxt
- source = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs1000/ghostpdl-10.0.0.tar.xz
- md5sums = 745160b588456443c0dfc16478c5ec69
- sha256sums = 8f2b7941f60df694b4f5c029b739007f7c4e0d43858471ae481e319a967d5d8b
+ source = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10011/ghostpdl-10.01.1.tar.xz
+ md5sums = 53ed9b26d99ef4bff3b6c7fd5c59e30b
+ sha256sums = e6a6c39a36e6b6ffe4960f4e2bfb85420ed157ac14a202ccdd0df4e4e2a7e392
pkgname = ghostpdl
+
diff --git a/PKGBUILD b/PKGBUILD
index 7bfcef8fba1c..dc96462ae2d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
set -u
pkgname='ghostpdl'
-pkgver='10.0.0'
+pkgver='10.01.1'
pkgrel='1'
pkgdesc='Ghostscript RIP for PS, PDF, PCL-5, PCL-XL, SVG and XPS.'
arch=('i686' 'x86_64')
@@ -28,8 +28,8 @@ 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")
-md5sums=('745160b588456443c0dfc16478c5ec69')
-sha256sums=('8f2b7941f60df694b4f5c029b739007f7c4e0d43858471ae481e319a967d5d8b')
+md5sums=('53ed9b26d99ef4bff3b6c7fd5c59e30b')
+sha256sums=('e6a6c39a36e6b6ffe4960f4e2bfb85420ed157ac14a202ccdd0df4e4e2a7e392')
prepare() {
set -u