diff options
-rw-r--r-- | libre/ghostscript/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/ghostscript/PKGBUILD b/libre/ghostscript/PKGBUILD index 90b177c91..cd3c594b8 100644 --- a/libre/ghostscript/PKGBUILD +++ b/libre/ghostscript/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 231618 2015-02-16 19:55:06Z andyrtr $ +# $Id: PKGBUILD 235306 2015-03-31 17:24:09Z andyrtr $ # Maintainer (Arch): AndyRTR <andyrtr@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> ### !!! rebuild groff from core that picks up hardcoding the GS versioned font path !!! ### pkgname=ghostscript -pkgver=9.15 -pkgrel=2.parabola1 +pkgver=9.16 +pkgrel=1.parabola1 pkgdesc="An interpreter for the PostScript language, without nonfree JPEG XR support" arch=('i686' 'x86_64' 'mips64el') license=('AGPL' 'custom') @@ -24,8 +24,8 @@ source=(https://repo.parabola.nu/other/ghostscript-libre/ghostscript-libre-${pkg libre.patch) #options=('!makeflags') # http://downloads.ghostscript.com/public/SHA1SUMS -mksha1sums=('19f01538d33b9623bc6653d96ea4ec891f14a9d3') -sha1sums=('d8aea50cf05d97a0412310b90ac7434d983320e9' +mksha1sums=('529e2b0be754cb353880a4ac97e3efa47ef82f5c') +sha1sums=('0a3d1c0f08ca5a8805c58a56ff1e760beca280c9' 'e054caf753df4d67221b29a2eac66130653f7556' '51f821faec00749ed8b61d772879269f9809f694') mksource() { |