texlive2015-bin: update, name tarball to avoid future conflicts.
This commit is contained in:
parent
e398640fb0
commit
3bae391232
2 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,8 @@
|
|||
case "${ACTION}" in
|
||||
post)
|
||||
cd opt/texlive2015-installer
|
||||
./install-tl -profile void.profile
|
||||
case "${UPDATE}" in
|
||||
no)
|
||||
cd opt/texlive2015-installer
|
||||
./install-tl -profile void.profile
|
||||
esac
|
||||
esac
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'texlive-bin'
|
||||
pkgname=texlive2015-bin
|
||||
version=2015
|
||||
revision=1
|
||||
revision=2
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
homepage="http://tug.org/texlive/"
|
||||
license="GPL-2"
|
||||
|
@ -9,8 +9,8 @@ short_desc="TeX Live Binary distribution through tl-install"
|
|||
depends="cairo pixman graphite gd poppler libsigsegv
|
||||
zziplib libpng libjpeg-turbo freetype icu harfbuzz wget perl
|
||||
ghostscript xz"
|
||||
distfiles="http://ftp.fau.de/ctan/systems/texlive/tlnet/install-tl-unx.tar.gz"
|
||||
checksum=f56b797967b033c9bbc9ca77cf5f87ca259486d2aa50749bb8339aa5e116ae6b
|
||||
distfiles="http://ftp.fau.de/ctan/systems/texlive/tlnet/install-tl-unx.tar.gz>${pkgname}-${version}-${revision}.tar.gz"
|
||||
checksum=8f8e51e386328cd842a847bd64f8300e39f4122f4c42dacac6d0decc81fc8da5
|
||||
create_wrksrc=yes
|
||||
|
||||
# Package build options
|
||||
|
|
Loading…
Reference in a new issue