diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-02 18:54:55 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-02 18:54:55 -0200 |
commit | bdcaf97ca52942aebd3289cf8c771eae7a602f87 (patch) | |
tree | 996a8493ec3dd820e631a1ff326a0aa7e40773b7 /libre/gnu-ghostscript/PKGBUILD | |
parent | 736bf5e79e4407e4165127b8c8c3b23a46ebc619 (diff) | |
download | abslibre-bdcaf97ca52942aebd3289cf8c771eae7a602f87.tar.gz abslibre-bdcaf97ca52942aebd3289cf8c771eae7a602f87.tar.bz2 abslibre-bdcaf97ca52942aebd3289cf8c771eae7a602f87.zip |
gnu-ghostscript-9.05.0-1: fixing issue on provides
Diffstat (limited to 'libre/gnu-ghostscript/PKGBUILD')
-rwxr-xr-x | 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 2b64afeeb..3270a3d4d 100755 --- a/libre/gnu-ghostscript/PKGBUILD +++ b/libre/gnu-ghostscript/PKGBUILD @@ -14,7 +14,7 @@ optdepends=('texlive-core: needed for dvipdf' 'gtk2: needed for gsx') conflicts=${_pkgname} replaces=${_pkgname} -provides=${_pkgname}=9.06 +provides="${_pkgname}=9.06" url="https://www.gnu.org/software/${_pkgname}/" source=(ftp://ftp.gnu.org/gnu/${_pkgname}/${pkgname}-${pkgver}.tar.xz libtool.patch) |