diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-02-19 21:35:02 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-02-19 21:35:08 +0000 |
commit | 326b8d52400be34e88cf1486c183db1b2d1217ce (patch) | |
tree | 0efe015d1532cb7221c8384565e229b63df7f89d /testing/pixz | |
parent | cceef341d261b9297788efcf8c2b5bb3f5653709 (diff) | |
download | aports-326b8d52400be34e88cf1486c183db1b2d1217ce.tar.bz2 aports-326b8d52400be34e88cf1486c183db1b2d1217ce.tar.xz |
testing/pixz: add xz to checkdepends
Diffstat (limited to 'testing/pixz')
-rw-r--r-- | testing/pixz/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/pixz/APKBUILD b/testing/pixz/APKBUILD index 7469cab963..b7248c9400 100644 --- a/testing/pixz/APKBUILD +++ b/testing/pixz/APKBUILD @@ -8,6 +8,7 @@ url="https://github.com/vasi/pixz" arch="all" license="BSD-2-Clause" depends="" +checkdepends="xz" makedepends="libarchive-dev xz-dev automake autoconf libtool " |