diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-18 02:43:53 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-18 02:43:53 -0200 |
commit | 71b15ae6245b0255c26999fd47b92acb7c196ea2 (patch) | |
tree | 4f2ebf98495560cd1073794bd717cd3b0872d557 /libre | |
parent | d273d650f54b440c123e029370885bd2ac8fb553 (diff) | |
download | abslibre-71b15ae6245b0255c26999fd47b92acb7c196ea2.tar.gz abslibre-71b15ae6245b0255c26999fd47b92acb7c196ea2.tar.bz2 abslibre-71b15ae6245b0255c26999fd47b92acb7c196ea2.zip |
gnu-ghostscript-9.06.0-2: fixing provides line due that hplip-libre and libspectre dependencies requires specific version of ghostscript
Diffstat (limited to 'libre')
-rw-r--r-- | libre/gnu-ghostscript/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/gnu-ghostscript/PKGBUILD b/libre/gnu-ghostscript/PKGBUILD index 8cde0cc44..f3e8ecdd0 100644 --- a/libre/gnu-ghostscript/PKGBUILD +++ b/libre/gnu-ghostscript/PKGBUILD @@ -13,7 +13,7 @@ makedepends=('gtk2' 'gnutls') optdepends=('texlive-core: needed for dvipdf' 'gtk2: needed for gsx') conflicts=${_pkgname} -provides=${_pkgname} +provides="${_pkgname}=9.07" url="https://www.gnu.org/software/${_pkgname}/" source=(ftp://ftp.gnu.org/gnu/${_pkgname}/${pkgname}-${pkgver}.tar.xz ijs-automake.patch |