Date: Monday, September 26, 2016 @ 19:56:07 Author: andyrtr Revision: 276992
prepare next build, still ftbs with system libs Modified: ghostscript/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-26 19:04:00 UTC (rev 276991) +++ PKGBUILD 2016-09-26 19:56:07 UTC (rev 276992) @@ -2,23 +2,22 @@ # Maintainer: AndyRTR <[email protected]> pkgname=ghostscript -pkgver=9.19 -pkgrel=3 +pkgver=9.20 +pkgrel=1 pkgdesc="An interpreter for the PostScript language" arch=('i686' 'x86_64') license=('AGPL' 'custom') -depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 'libjpeg' - 'libtiff>=4.0.0' 'lcms2' 'dbus' 'libpaper') +depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng' 'libjpeg' + 'libtiff' 'lcms2' 'dbus' 'libpaper') makedepends=('gtk3' 'gnutls' 'hardening-wrapper' 'ijs') optdepends=('texlive-core: needed for dvipdf' 'gtk3: needed for gsx') url="http://www.ghostscript.com/" -source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver/./}/ghostscript-${pkgver}.tar.bz2 - #http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2 +source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver/./}/ghostscript-${pkgver}.tar.gz ghostscript-sys-zlib.patch) -#options=('!makeflags') +options=('!makeflags') # https://github.com/ArtifexSoftware/ghostpdl-downloads/releases -sha1sums=('6ac5c1fb665b3201622e1149f04c641c506bf6c4' +sha1sums=('c6ffd608a9f33da353ad93e70a614eb5027f3a78' 'e054caf753df4d67221b29a2eac66130653f7556') prepare() { cd ghostscript-${pkgver}
