diff options
Diffstat (limited to 'libre/ghostscript/PKGBUILD')
-rw-r--r-- | libre/ghostscript/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/ghostscript/PKGBUILD b/libre/ghostscript/PKGBUILD index 0246b2310..d653c09aa 100644 --- a/libre/ghostscript/PKGBUILD +++ b/libre/ghostscript/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 248863 2015-10-10 13:01:47Z andyrtr $ +# $Id: PKGBUILD 249384 2015-10-15 15:37:05Z andyrtr $ # Maintainer (Arch): AndyRTR <andyrtr@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> @@ -6,7 +6,7 @@ pkgname=ghostscript pkgver=9.18 -pkgrel=2.parabola1 +pkgrel=3.parabola1 pkgdesc="An interpreter for the PostScript language, without nonfree JPEG XR support" arch=('i686' 'x86_64') license=('AGPL' 'custom') @@ -28,7 +28,7 @@ source=(https://repo.parabola.nu/other/ghostscript-libre/ghostscript-libre-${pkg mksha1sums=('388fea50a38e422a4c6ff27c184491bf5ecb96e1') sha1sums=('6899da0407e4bf4a9f65848e68df237ed83c04ee' 'e054caf753df4d67221b29a2eac66130653f7556' - '8bdcb72250f81d8d1f3b3cff4becb673113ed302' + 'f259eaac3beb0ec346bb2d4d2455e4e3baddecd4' '51f821faec00749ed8b61d772879269f9809f694') mksource() { cd ghostscript-${pkgver} @@ -41,7 +41,7 @@ prepare() { cd ghostscript-${pkgver} # fix build with system zlib patch -Np1 -i ${srcdir}/ghostscript-sys-zlib.patch - # fix http://bugs.ghostscript.com/show_bug.cgi?id=696246 - should also be FS#46637 + # fix http://bugs.ghostscript.com/show_bug.cgi?id=696246 - FS#46637, FS#46734? patch -Np1 -i ${srcdir}/bug_696246.diff # remove nonfree JPEG XR reference on the license file patch -Np1 -i ${srcdir}/libre.patch |