diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 03:00:23 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 15:07:45 +0100 |
commit | a0b2d475a95035b32305ef94083ea2d99be71b1a (patch) | |
tree | 46d044ba13881b970bfbe93dc8c38c8ae6a700e5 /community/texlive | |
parent | 17852542cb4fe99c9bb940e57dc227856c2d09e6 (diff) | |
download | aports-a0b2d475a95035b32305ef94083ea2d99be71b1a.tar.bz2 aports-a0b2d475a95035b32305ef94083ea2d99be71b1a.tar.xz |
community/texlive: remove dependency on xz
Diffstat (limited to 'community/texlive')
-rw-r--r-- | community/texlive/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/texlive/APKBUILD b/community/texlive/APKBUILD index 0280e8e97f..b6886b45cb 100644 --- a/community/texlive/APKBUILD +++ b/community/texlive/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> pkgname=texlive pkgver=20190410 -pkgrel=5 +pkgrel=6 pkgdesc="Comprehensive TeX document production system" url="http://tug.org/texlive/" arch="all !ppc64le" license="GPL" -depends="perl texmf-dist>=2018.50036 xz" +depends="perl texmf-dist>=2018.50036" depends_dev="" makedepends="freetype-dev libpng-dev poppler-dev icu-dev harfbuzz-dev cairo-dev pixman-dev zziplib-dev libpaper-dev graphite2-dev |