Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
ghostscript


Commits:
b0dd0eec by Andreas Radke at 2024-03-07T18:21:59+01:00
use github release download location for version checks

- - - - -
328f88b3 by Andreas Radke at 2024-03-07T18:33:48+01:00
upgpkg: 10.03.0-1; SPDX license

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,10 @@
 pkgbase = ghostscript
        pkgdesc = An interpreter for the PostScript language
-       pkgver = 10.02.1
+       pkgver = 10.03.0
        pkgrel = 1
        url = https://www.ghostscript.com/
        arch = x86_64
-       license = AGPL3
-       license = custom
+       license = AGPL-3.0-or-later
        makedepends = gtk3
        makedepends = gnutls
        makedepends = glu
@@ -29,9 +28,9 @@ pkgbase = ghostscript
        depends = libx11
        depends = gdk-pixbuf2
        depends = glib2
-       source = 
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10021/ghostpdl-10.02.1.tar.xz
+       source = 
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10030/ghostpdl-10.03.0.tar.xz
        source = 2010_add_build_timestamp_setting.patch
-       sha512sums = 
0179a2394c244fba6e6df2cb53877e3968becc2ea497e018b88203289feb549726e372e716e7cd74a1f648b4662eac27a9ead21fd57b9f63428170be72f9e810
+       sha512sums = 
6c46ca6fada94b165fe9af6bc6d8e0533a3313e1e551c300cf40c2d31167ba2ba8069d802833fa234e4d7f71cb54216377c59f2dac3b7cdd1a23735cc4e45b63
        sha512sums = 
cd7794ee4f28b11177021b950196385200b610127ed6cb94a45e3202b690b721a0dfcc0276ff39448d4dab64c1b31a76e6c323696a8315aad9edc22077f18a3d
 
 pkgname = ghostscript
@@ -39,8 +38,8 @@ pkgname = ghostscript
 
 pkgname = ghostxps
        pkgdesc = An interpreter for the XPS document language
-       depends = ghostscript=10.02.1-1
+       depends = ghostscript=10.03.0-1
 
 pkgname = ghostpcl
        pkgdesc = An interpreter for the PCL 6 language
-       depends = ghostscript=10.02.1-1
+       depends = ghostscript=10.03.0-1


=====================================
.nvchecker.toml
=====================================
@@ -1,9 +1,16 @@
 [ghostscript]
-source = "git"
-git = "        http://git.ghostscript.com/ghostpdl.git";
+#source = "git"
+#git = "       http://git.ghostscript.com/ghostpdl.git";
+#use_max_tag = true
 
-use_max_tag = true
+#prefix = "ghostpdl-"
+#include_regex = "ghostpdl-.*"
+#exclude_regex = ".*(rc).*"
 
-prefix = "ghostpdl-"
-include_regex = "ghostpdl-.*"
-exclude_regex = ".*(rc).*"
+source = "github"
+github = "ArtifexSoftware/ghostpdl-downloads"
+#use_max_tag = true
+use_latest_tag = true
+#prefix = "v"
+from_pattern = 'gs(\d+)(\d+)(\d+)(\d+)(\d+)'
+to_pattern = '\1\2.\3\4.\5'


=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
 
 pkgbase=ghostscript
 pkgname=(ghostscript ghostxps ghostpcl)
-pkgver=10.02.1
+pkgver=10.03.0
 pkgrel=1
 pkgdesc="An interpreter for the PostScript language"
 url="https://www.ghostscript.com/";
 arch=('x86_64')
-license=('AGPL3' 'custom')
+license=('AGPL-3.0-or-later')
 depends=('libxt' 'libcups' 'fontconfig' 'zlib' 'libpng' 'libjpeg' 'jbig2dec'
          'libtiff' 'lcms2' 'libpaper' 'ijs' 'openjpeg2' 'libidn' 'poppler-data'
          'cairo' 'glibc' 'libx11' 'gdk-pixbuf2' 'glib2')
@@ -17,7 +17,7 @@ 
source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/
         
#https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/ghostpdl-${pkgver/.0//}/ghostpdl-${pkgver}.tar.xz
         2010_add_build_timestamp_setting.patch)
 # 
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10021/SHA512SUMS
-sha512sums=('0179a2394c244fba6e6df2cb53877e3968becc2ea497e018b88203289feb549726e372e716e7cd74a1f648b4662eac27a9ead21fd57b9f63428170be72f9e810'
+sha512sums=('6c46ca6fada94b165fe9af6bc6d8e0533a3313e1e551c300cf40c2d31167ba2ba8069d802833fa234e4d7f71cb54216377c59f2dac3b7cdd1a23735cc4e45b63'
             
'cd7794ee4f28b11177021b950196385200b610127ed6cb94a45e3202b690b721a0dfcc0276ff39448d4dab64c1b31a76e6c323696a8315aad9edc22077f18a3d')
 
 ### update jbig2dec first! ###



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ghostscript/-/compare/46f8470564035d617d3056a14b204056d1243114...328f88b3494500488db4855a1d124a6e95c976da

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ghostscript/-/compare/46f8470564035d617d3056a14b204056d1243114...328f88b3494500488db4855a1d124a6e95c976da
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to