diff options
-rw-r--r-- | main/icu/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/icu/APKBUILD b/main/icu/APKBUILD index 60aba72565..103b163569 100644 --- a/main/icu/APKBUILD +++ b/main/icu/APKBUILD @@ -6,13 +6,14 @@ pkgver=60.2 # convert x.y.z to x_y_z _ver=${pkgver//./_} -pkgrel=2 +pkgrel=3 pkgdesc="International Components for Unicode library" url="http://www.icu-project.org/" arch="all" -license="custom:icu" +license="MIT ICU Unicode-TOU" subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs" depends= +depends_dev="$pkgname=$pkgver-r$pkgrel" checkdepends="diffutils" makedepends= source="http://download.icu-project.org/files/icu4c/${pkgver}/${pkgname}4c-$_ver-src.tgz |