summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-02-11 20:37:26 +0100
committerStefan Husmann2016-02-11 20:37:26 +0100
commitc79916c906bd546213cbe9ae2d7a3fe8b5582144 (patch)
treeafae12fe572178856d6703b13e8c79ccc52ce7f3 /PKGBUILD
parente4d5e04d8ad3dfecf87f2e6e85e3a4c072657cfe (diff)
downloadaur-c79916c906bd546213cbe9ae2d7a3fe8b5582144.tar.gz
update, redownload sources to build this
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a4c3863b9af..509a67f37491 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=ghostscript-git
-pkgver=20160205
+pkgver=20160211
pkgrel=1
pkgdesc="An interpreter for the PostScript language"
arch=('i686' 'x86_64')
@@ -56,7 +56,7 @@ package() {
# install missing doc files # http://bugs.archlinux.org/task/18023
mkdir -p ${pkgdir}/usr/share/ghostscript/doc/
- install -m 644 ${srcdir}/$_gitname/doc/{Ps2ps2.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt} ${pkgdir}/usr/share/ghostscript/doc/
+ install -m 644 ${srcdir}/$_gitname/doc/{gs-vms.hlp,gsdoc.el,pscet_status.txt} ${pkgdir}/usr/share/ghostscript/doc/
mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/