diff options
Diffstat (limited to 'main/gettext')
-rw-r--r-- | main/gettext/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gettext/APKBUILD b/main/gettext/APKBUILD index b5f8307027..bf73f2aadd 100644 --- a/main/gettext/APKBUILD +++ b/main/gettext/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=gettext pkgver=0.18.1.1 -pkgrel=6 +pkgrel=7 pkgdesc="GNU locale utilities" url="http://www.gnu.org/software/gettext/gettext.html" arch="all" @@ -12,7 +12,7 @@ makedepends="$depends_dev bash" source="ftp://ftp.mirror.nl/pub/mirror/gnu/gettext/gettext-$pkgver.tar.gz gettext-uclibc.patch " -subpackages="$pkgname-doc $pkgname-dev libintl" +subpackages="$pkgname-doc $pkgname-dev libintl $pkgname-lang" _builddir="$srcdir/$pkgname-$pkgver" |