summaryrefslogtreecommitdiff
path: root/libre/ghostscript/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-18 19:23:58 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-18 19:23:58 -0300
commita0e2599cc83a3392e840b4cc5119daf8c002c0f5 (patch)
tree7a5bde1e0a41144f53c3796b7e833cb8b8ec0019 /libre/ghostscript/PKGBUILD
parent7b872c5bfbfb576b8f70dc3146669c95296be4fb (diff)
downloadabslibre-a0e2599cc83a3392e840b4cc5119daf8c002c0f5.tar.gz
abslibre-a0e2599cc83a3392e840b4cc5119daf8c002c0f5.tar.bz2
abslibre-a0e2599cc83a3392e840b4cc5119daf8c002c0f5.zip
ghostscript-9.18-3.parabola1: add more upstream commits to fix http://bugs.ghostscript.com/show_bug.cgi?id=696246 - should also fix FS#46734 -> https://bugs.archlinux.org/task/46734
Diffstat (limited to 'libre/ghostscript/PKGBUILD')
-rw-r--r--libre/ghostscript/PKGBUILD8
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