summaryrefslogtreecommitdiff
path: root/libre/gnu-ghostscript/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-04 13:22:36 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-04 13:22:36 -0200
commit2c24cf896cbab46790704296ee864fd6b365cf18 (patch)
treea662b453bfe6cfb894f58397a0b628efc8030626 /libre/gnu-ghostscript/PKGBUILD
parent1702840c34dd9e3dec48f4383db5dadc212e3fa8 (diff)
gnu-ghostscript-9.06.0-1: updating version
* Add mips64el support
Diffstat (limited to 'libre/gnu-ghostscript/PKGBUILD')
-rw-r--r--libre/gnu-ghostscript/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/gnu-ghostscript/PKGBUILD b/libre/gnu-ghostscript/PKGBUILD
index eb3a148e2..19e0e4407 100644
--- a/libre/gnu-ghostscript/PKGBUILD
+++ b/libre/gnu-ghostscript/PKGBUILD
@@ -2,11 +2,11 @@
_pkgname=ghostscript
pkgname=gnu-ghostscript
-_pkgver=9.05
-pkgver=9.05.0
-pkgrel=2
+_pkgver=9.06
+pkgver=9.06.0
+pkgrel=1
pkgdesc="An interpreter for the PostScript language maintained by a team of GNU programmers"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL3')
depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 'libjpeg' 'libtiff>=4.0.0' 'lcms2')
makedepends=('gtk2' 'gnutls')
@@ -18,7 +18,7 @@ url="https://www.gnu.org/software/${_pkgname}/"
source=(ftp://ftp.gnu.org/gnu/${_pkgname}/${pkgname}-${pkgver}.tar.xz
libtool.patch)
options=('!libtool' '!makeflags')
-md5sums=('e80423be9abb32fc99cc897ed379a7df'
+md5sums=('85a5e07a6b91937c157576293b381065'
'5bd5d4966007b460deed866a30a0b3c8')
build() {