diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2021-02-10 10:20:23 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2021-02-10 10:22:31 -0500 |
commit | e224639951eff2396dfd32fb3dceb9f19e81f56e (patch) | |
tree | ec277b540e82188c5923238714afe9e481f3bddc /libre/texlive-bin | |
parent | 55a2407c4f10820fbb6187f16eabf5cb857469aa (diff) | |
download | abslibre-e224639951eff2396dfd32fb3dceb9f19e81f56e.tar.gz abslibre-e224639951eff2396dfd32fb3dceb9f19e81f56e.tar.bz2 abslibre-e224639951eff2396dfd32fb3dceb9f19e81f56e.zip |
[texlive-bin]: rebuild against latest poppler
Diffstat (limited to 'libre/texlive-bin')
-rw-r--r-- | libre/texlive-bin/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libre/texlive-bin/PKGBUILD b/libre/texlive-bin/PKGBUILD index 52ea96e01..e2bd5a5f3 100644 --- a/libre/texlive-bin/PKGBUILD +++ b/libre/texlive-bin/PKGBUILD @@ -1,5 +1,5 @@ -# Maintainer (Arch): Rémy Oudompheng <remy@archlinux.org> -# Contributor (Arch): francois <francois.archlinux.org> +# Maintainer (arch): Rémy Oudompheng <remy@archlinux.org> +# Contributor: francois <francois.archlinux.org> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: André Silva <emulatorman@hyperbola.info> # Contributor: Michał Masłowski <mtjm@mtjm.eu> @@ -10,13 +10,13 @@ # parabola changes and rationale: # - rebrand for parabola -# - pin versioned dependencies +# - pin to strongly-coupled dependency versions # - disable xindy on armv7h pkgname=('texlive-bin' 'libsynctex') pkgver=2020.54586 -pkgrel=9 +pkgrel=10 pkgrel+=.parabola1 license=('GPL') arch=('x86_64') @@ -115,7 +115,6 @@ package_libsynctex() { package_texlive-bin() { pkgdesc="TeX Live binaries" - pkgdesc+=" (Parabola rebranded)" depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler' 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2' 'libxcrypt' 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper' |