aboutsummaryrefslogtreecommitdiffstats
path: root/main/gettext
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2019-07-30 15:21:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-07-31 09:10:23 +0000
commit43bb19fd10a07519cb1f6db2484149aa049cf6b9 (patch)
tree7dbbc57802cf5ca18a5148e654b47a90e6c67832 /main/gettext
parent819115b585f7a5e0710651c6f4539c3390552263 (diff)
downloadaports-43bb19fd10a07519cb1f6db2484149aa049cf6b9.tar.bz2
aports-43bb19fd10a07519cb1f6db2484149aa049cf6b9.tar.xz
main/gettext: add dependency on xz to prevent unpack errors
Diffstat (limited to 'main/gettext')
-rw-r--r--main/gettext/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/gettext/APKBUILD b/main/gettext/APKBUILD
index 88c8f01bfe..1da9b4d74a 100644
--- a/main/gettext/APKBUILD
+++ b/main/gettext/APKBUILD
@@ -3,14 +3,15 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=gettext
pkgver=0.20.1
-pkgrel=0
+pkgrel=1
pkgdesc="GNU locale utilities"
url="https://www.gnu.org/software/gettext/gettext.html"
arch="all"
license="GPL-3.0+ AND LGPL-2.1+ AND MIT"
# do _not_ add the optional dependencies on libcroco or glib
# they depend on gettext and would introduce cyclic dependencies
-makedepends="perl ncurses-dev libxml2-dev libunistring-dev xz"
+depends="xz"
+makedepends="perl ncurses-dev libxml2-dev libunistring-dev"
checkdepends="coreutils"
source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
skip-tests-musl.patch"