summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3105622c2bbf..d8c4f904b8ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 12 02:15:46 UTC 2023
+# Sat Feb 3 04:29:06 UTC 2024
pkgbase = ghostpdl
pkgdesc = Ghostscript RIP for PS, PDF, PCL-5, PCL-XL, SVG and XPS.
- pkgver = 10.01.1
+ pkgver = 10.02.1
pkgrel = 1
url = https://www.ghostscript.com
arch = i686
@@ -13,9 +13,9 @@ pkgbase = ghostpdl
depends = freeglut
depends = libjpeg
depends = libxt
- source = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10011/ghostpdl-10.01.1.tar.xz
- md5sums = 53ed9b26d99ef4bff3b6c7fd5c59e30b
- sha256sums = e6a6c39a36e6b6ffe4960f4e2bfb85420ed157ac14a202ccdd0df4e4e2a7e392
+ source = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10021/ghostpdl-10.02.1.tar.xz
+ md5sums = eb169672e257ae354798bd37523b4376
+ sha256sums = 01f4b699f031566b04cec495506811866e17896b26847c14e5333fb3adfc0619
pkgname = ghostpdl
diff --git a/PKGBUILD b/PKGBUILD
index dc96462ae2d8..2c880146ca17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
set -u
pkgname='ghostpdl'
-pkgver='10.01.1'
+pkgver='10.02.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=('53ed9b26d99ef4bff3b6c7fd5c59e30b')
-sha256sums=('e6a6c39a36e6b6ffe4960f4e2bfb85420ed157ac14a202ccdd0df4e4e2a7e392')
+md5sums=('eb169672e257ae354798bd37523b4376')
+sha256sums=('01f4b699f031566b04cec495506811866e17896b26847c14e5333fb3adfc0619')
prepare() {
set -u