diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-01-11 09:43:19 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-01-11 09:57:01 -0300 |
commit | d2be9baed78c1be8c52adf60490918baff546761 (patch) | |
tree | fd9548e472400d02892db35549de23f21e1658e8 /libre | |
parent | 0a328d3ccee55752906d0a186760f14cd3bfe9b8 (diff) | |
download | abslibre-d2be9baed78c1be8c52adf60490918baff546761.tar.gz abslibre-d2be9baed78c1be8c52adf60490918baff546761.tar.bz2 abslibre-d2be9baed78c1be8c52adf60490918baff546761.zip |
ghostscript: armv7h port
Diffstat (limited to 'libre')
-rw-r--r-- | libre/ghostscript/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/ghostscript/PKGBUILD b/libre/ghostscript/PKGBUILD index b272327b4..3623fa5ad 100644 --- a/libre/ghostscript/PKGBUILD +++ b/libre/ghostscript/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ghostscript pkgver=9.18 pkgrel=6.parabola1 pkgdesc="An interpreter for the PostScript language, without nonfree JPEG XR support" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') license=('AGPL' 'custom') depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 'libjpeg' 'libtiff>=4.0.0' 'lcms2' 'dbus' 'libpaper') |