summaryrefslogtreecommitdiff
path: root/libre/ghostscript
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-18 00:41:40 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-18 00:41:40 -0200
commit3aec9ec0ee9b4717d408b4e730dd27766673446b (patch)
tree7da69993a19c247e0a37763eeff617f265f3a9e3 /libre/ghostscript
parent974b9c41fb0ba6895f8482568fe1e54bed58a1a2 (diff)
ghostscript-9.15-2.parabola1: fix RELRO; FS#43234 -> https://bugs.archlinux.org/task/43234
Diffstat (limited to 'libre/ghostscript')
-rw-r--r--libre/ghostscript/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/ghostscript/PKGBUILD b/libre/ghostscript/PKGBUILD
index 213904e3f..90b177c91 100644
--- a/libre/ghostscript/PKGBUILD
+++ b/libre/ghostscript/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 222874 2014-09-23 17:46:02Z andyrtr $
+# $Id: PKGBUILD 231618 2015-02-16 19:55:06Z andyrtr $
# Maintainer (Arch): AndyRTR <andyrtr@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
@@ -6,13 +6,13 @@
pkgname=ghostscript
pkgver=9.15
-pkgrel=1.parabola2
+pkgrel=2.parabola1
pkgdesc="An interpreter for the PostScript language, without nonfree JPEG XR support"
arch=('i686' 'x86_64' 'mips64el')
license=('AGPL' 'custom')
depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 'libjpeg'
'libtiff>=4.0.0' 'lcms2' 'dbus' 'libpaper')
-makedepends=('gtk3' 'gnutls')
+makedepends=('gtk3' 'gnutls' 'hardening-wrapper')
optdepends=('texlive-core: needed for dvipdf'
'gtk3: needed for gsx')
conflicts=('ghostscript-libre')