From dbe95972e1ceff44fc9b9f9ebd4095346eb68fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 2 Oct 2020 16:49:19 -0300 Subject: [PATCH] ghostscript: update to 9.53.3, add update file. --- srcpkgs/ghostscript/template | 8 ++++---- srcpkgs/ghostscript/update | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ghostscript/template b/srcpkgs/ghostscript/template index 1c21781d314..77d337cc3a2 100644 --- a/srcpkgs/ghostscript/template +++ b/srcpkgs/ghostscript/template @@ -1,13 +1,13 @@ # Template file for 'ghostscript' pkgname=ghostscript -version=9.52 -revision=2 +version=9.53.3 +revision=1 short_desc="Interpreter for the PostScript language" maintainer="Orphaned " license="AGPL-3.0-or-later, CPL-1.0" homepage="https://www.ghostscript.com/" -distfiles="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${version/./}/ghostscript-${version}.tar.xz" -checksum=57442acf8b46453a9b5fc6fec738fbbb7e13a3d3e00f1aaaa0975529bc203c7c +distfiles="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${version//./}/ghostscript-${version}.tar.xz" +checksum=9c9f5bc85b6c7eb08368c05b1e3339f7aaf9677ddca710c6283f872d55e2a234 hostmakedepends="automake libtool pkg-config" makedepends="$(vopt_if cups cups-devel) dbus-devel fontconfig-devel jasper-devel jbig2dec-devel diff --git a/srcpkgs/ghostscript/update b/srcpkgs/ghostscript/update index fe1aafa75fc..025c71cde7c 100644 --- a/srcpkgs/ghostscript/update +++ b/srcpkgs/ghostscript/update @@ -1 +1,2 @@ site="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/" +ignore="*rc*"