diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-12-11 11:34:49 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-12-11 11:36:51 +0100 |
commit | 46d770fee0adba0b16b6a4646b4321a67af83240 (patch) | |
tree | 458ac458f4f74ca5453164214e4e0e1b4e25effa /libre/texlive-bin | |
parent | b43855c0776ba9c2305c1611e743ff1f3e7844f1 (diff) | |
download | abslibre-46d770fee0adba0b16b6a4646b4321a67af83240.tar.gz abslibre-46d770fee0adba0b16b6a4646b4321a67af83240.tar.bz2 abslibre-46d770fee0adba0b16b6a4646b4321a67af83240.zip |
libre/texlive-bin: added poppler to depends array and rebuilt
Diffstat (limited to 'libre/texlive-bin')
-rw-r--r-- | libre/texlive-bin/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/texlive-bin/PKGBUILD b/libre/texlive-bin/PKGBUILD index 1da1bb0a2..8ba9cfc0c 100644 --- a/libre/texlive-bin/PKGBUILD +++ b/libre/texlive-bin/PKGBUILD @@ -7,7 +7,7 @@ pkgname=texlive-bin pkgver=2017.44590 -pkgrel=9.parabola4.1 +pkgrel=9.parabola4.2 license=('GPL') arch=('i686' 'x86_64' 'armv7h') makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' @@ -120,7 +120,8 @@ package() { 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper' 'libsynctex') - makedepends+=('icu>=60' 'icu<61' 'poppler=0.61.1') + depends+=('poppler=0.61.1') + makedepends+=('icu>=60' 'icu<61') provides=('lcdf-typetools' 'kpathsea') provides_i686=('xindy') provides_x86_64=("${provides_i686[@]}") |