diff options
author | Semyon Zernov | 2021-04-26 00:09:44 +0300 |
---|---|---|
committer | Semyon Zernov | 2021-04-26 00:09:44 +0300 |
commit | bd9e9e645f07269bd9e10ff3360ff479bde15db8 (patch) | |
tree | e83171fa90fa402494a2b650d3b93061b7d90843 | |
parent | 39f42c5117b14922831e21569aecc4dd72ebfce1 (diff) | |
download | aur-bd9e9e645f07269bd9e10ff3360ff479bde15db8.tar.gz |
Update link to ghostscript fonts
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ optdepends=('djvulibre') # for the djvudigital converter url="http://djvu.sourceforge.net/gsdjvu.html" source=("http://downloads.sourceforge.net/sourceforge/djvu/gsdjvu-${pkgver}.tar.gz" "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${_gsver/./}/ghostpdl-${_gsver}.tar.gz" - "http://downloads.sourceforge.net/ghostscript/ghostscript-fonts-std-${_fontsver}.tar.gz") + "https://downloads.sourceforge.net/gs-fonts/ghostscript-fonts-std-${_fontsver}.tar.gz") noextract=("ghostscript-${_gsver}.tar.bz2" "ghostscript-fonts-std-${_fontsver}.tar.gz") options=('!libtool' '!makeflags') |