diff options
-rw-r--r-- | main/gettext/APKBUILD | 5 |
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" |