diff options
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) |