diff options
-rw-r--r-- | main/iso-codes/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/iso-codes/APKBUILD b/main/iso-codes/APKBUILD index 54f3471f1f..3bb9116b41 100644 --- a/main/iso-codes/APKBUILD +++ b/main/iso-codes/APKBUILD @@ -1,12 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iso-codes pkgver=3.27 -pkgrel=0 +pkgrel=1 pkgdesc="Lists of the country, language, and currency names" url="http://pkg-isocodes.alioth.debian.org/" arch="noarch" license="LGPL" depends="" +subpackages="$pkgname-lang" makedepends="python gettext" source="http://ftp.nl.debian.org/debian/pool/main/${pkgname:0:1}/$pkgname/${pkgname}_$pkgver.orig.tar.bz2" |