Browse Source

texlive-bin: bump revision after 0d1170cc

emacs-27
Leonid Plyushch 6 years ago
parent
commit
d62eaf5376
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      packages/texlive-bin/build.sh
  2. 1
      packages/texlive-bin/texlive-bin-dev.subpackage.sh

2
packages/texlive-bin/build.sh

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="TeX Live is a distribution of the TeX typesetting system
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
TERMUX_PKG_VERSION=20190410
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://github.com/TeX-Live/texlive-source/archive/build-svn50882.tar.gz
TERMUX_PKG_SHA256=a7462f8e29163faa52ad2ac658727b60f95241449832f1a4dac8d8a406d18233
TERMUX_PKG_DEPENDS="libiconv, freetype, libpng, libgd, libgmp, libmpfr, libicu, liblua, poppler, libgraphite, harfbuzz, harfbuzz-icu, teckit, libpixman, libcairo, zlib"

1
packages/texlive-bin/texlive-bin-dev.subpackage.sh

@ -1,5 +1,4 @@
TERMUX_SUBPKG_INCLUDE="include lib/pkgconfig"
TERMUX_SUBPKG_DESCRIPTION="Development files for texlive"
TERMUX_SUBPKG_DEPENDS="texlive-bin"
TERMUX_SUBPKG_REPLACES="texlive-dev"
TERMUX_SUBPKG_CONFLICTS="texlive-dev"

Loading…
Cancel
Save