diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-17 21:08:10 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-17 21:08:10 -0200 |
commit | a20a460d3664224e597cdca7c9f047301eb8a79f (patch) | |
tree | 727d90ffcaa4cdf0a489141d3b9960eccd213a02 /libre/gnu-ghostscript | |
parent | bebd25d7a8d96183692bcf3cef921e93befa49ac (diff) |
gnu-ghostscript-9.06.0-2: updating revision
* Fix provides line due that ghostscript-libre was updated and ghostscript was updated on archlinux
Diffstat (limited to 'libre/gnu-ghostscript')
-rw-r--r-- | libre/gnu-ghostscript/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/gnu-ghostscript/PKGBUILD b/libre/gnu-ghostscript/PKGBUILD index dc05d95ad..8cde0cc44 100644 --- a/libre/gnu-ghostscript/PKGBUILD +++ b/libre/gnu-ghostscript/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=ghostscript pkgname=gnu-ghostscript _pkgver=9.06 pkgver=9.06.0 -pkgrel=1 +pkgrel=2 pkgdesc="An interpreter for the PostScript language maintained by a team of GNU programmers" arch=('i686' 'x86_64' 'mips64el') license=('GPL3') @@ -13,7 +13,7 @@ makedepends=('gtk2' 'gnutls') optdepends=('texlive-core: needed for dvipdf' 'gtk2: needed for gsx') conflicts=${_pkgname} -provides="${_pkgname}=9.06" +provides=${_pkgname} url="https://www.gnu.org/software/${_pkgname}/" source=(ftp://ftp.gnu.org/gnu/${_pkgname}/${pkgname}-${pkgver}.tar.xz ijs-automake.patch |