diff options
-rw-r--r-- | libre/ghostscript-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/ghostscript-libre/PKGBUILD b/libre/ghostscript-libre/PKGBUILD index 254358ed4..60582062a 100644 --- a/libre/ghostscript-libre/PKGBUILD +++ b/libre/ghostscript-libre/PKGBUILD @@ -4,7 +4,7 @@ pkgname=ghostscript-libre pkgver=9.01 -pkgrel=1 +pkgrel=2 pkgdesc="An interpreter for the PostScript language without non-free files" arch=('i686' 'x86_64') license=('GPL3') #non free files removed @@ -14,7 +14,7 @@ optdepends=('texlive-core: needed for dvipdf' 'gtk2: needed for gsx') conflicts=('ghostscript') replaces=('ghostscript-lrpng' 'ghostscript') -provides=('ghostscript-lprng' "ghostscript") +provides=('ghostscript-lprng' "ghostscript=$pkgver") url="http://www.ghostscript.com/" source=(http://ghostscript.com/releases/ghostscript-${pkgver}.tar.bz2 ghostscript-fPIC.patch |