aboutsummaryrefslogtreecommitdiffstats
path: root/testing/timg
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 03:37:53 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 03:37:53 +0000
commit12aa08365c76caed363e399b7982b154ee684b12 (patch)
treea0aa7a6f4b1ed4a3d5a5bc3099ccd2f17615c766 /testing/timg
parentbaea0d8bf19c975f3a40018f7a538f7db7cf976e (diff)
downloadaports-12aa08365c76caed363e399b7982b154ee684b12.tar.bz2
aports-12aa08365c76caed363e399b7982b154ee684b12.tar.xz
testing/timg: fix build
Diffstat (limited to 'testing/timg')
-rw-r--r--testing/timg/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/timg/APKBUILD b/testing/timg/APKBUILD
index aab8473b14..f89fa30ed4 100644
--- a/testing/timg/APKBUILD
+++ b/testing/timg/APKBUILD
@@ -8,7 +8,7 @@ url="https://github.com/hzeller/timg"
arch="all"
options="!check" # package doesn't have test
license="GPL-2.0-only"
-makedepends="libwebp-dev graphicsmagick-dev freetype-dev"
+makedepends="libwebp-dev graphicsmagick-dev freetype-dev xz-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/hzeller/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"/src