mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/ghostscript to 9.21-1
This commit is contained in:
parent
9d6f418083
commit
78bd47d5bd
1 changed files with 5 additions and 4 deletions
|
@ -5,8 +5,8 @@
|
|||
# - build v7 and v8 with -fPIC
|
||||
|
||||
pkgname=ghostscript
|
||||
pkgver=9.20
|
||||
pkgrel=4
|
||||
pkgver=9.21
|
||||
pkgrel=1
|
||||
pkgdesc="An interpreter for the PostScript language"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('AGPL' 'custom')
|
||||
|
@ -20,8 +20,9 @@ source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/
|
|||
ghostscript-sys-zlib.patch)
|
||||
options=('!makeflags')
|
||||
# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
|
||||
sha1sums=('ed63f43482f5af60dff52e81b2d9478da3ad1e3e'
|
||||
'e054caf753df4d67221b29a2eac66130653f7556')
|
||||
sha256sums=('2be1d014888a34187ad4bbec19ab5692cc943bd1cb14886065aeb43a3393d053'
|
||||
'c08c7e1354aaa243e753517c61ff86a799a49e0177c7bf6fe0029abc693386f6')
|
||||
|
||||
prepare() {
|
||||
cd ghostscript-${pkgver}
|
||||
# fix build with system zlib
|
||||
|
|
Loading…
Reference in a new issue