diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-11-02 13:22:48 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-11-02 13:22:48 +0000 |
commit | 2d8299d01fb66fa61a2e9abce52a1be71d801026 (patch) | |
tree | 28ee058403753d51379c40901b0f8adf5a78f872 /testing | |
parent | 1f313fadf9f0ffa6779479d723a5ff776e85d320 (diff) | |
download | aports-2d8299d01fb66fa61a2e9abce52a1be71d801026.tar.bz2 aports-2d8299d01fb66fa61a2e9abce52a1be71d801026.tar.xz |
testing/texmf-dist: needs xz to unpack
Diffstat (limited to 'testing')
-rw-r--r-- | testing/texmf-dist/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/texmf-dist/APKBUILD b/testing/texmf-dist/APKBUILD index 1d599b4c9e..593683f409 100644 --- a/testing/texmf-dist/APKBUILD +++ b/testing/texmf-dist/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> pkgname=texmf-dist pkgver=2017.44907 -pkgrel=0 +pkgrel=1 pkgdesc="TeX Live texmf core distribution" url="http://tug.org/texlive/" arch="noarch" license="GPL" depends="texlive" depends_dev="" -makedepends="texlive-full" +makedepends="texlive-full xz" install="" subpackages="${pkgname}-most" source="${pkgname}-${pkgver}.tar.xz::https://github.com/maribu/${pkgname}/raw/master/${pkgname}-${pkgver}.tar.xz |