diff options
Diffstat (limited to 'staging')
-rw-r--r-- | staging/icu/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/staging/icu/PKGBUILD b/staging/icu/PKGBUILD index 9e716368f..2ec2e3e88 100644 --- a/staging/icu/PKGBUILD +++ b/staging/icu/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 154242 2012-03-24 17:08:37Z andyrtr $ +# $Id: PKGBUILD 155825 2012-04-07 06:49:00Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Art Gramlich <art@gramlich-net.com> pkgname=icu -pkgver=49.1 +pkgver=49.1.1 pkgrel=1 pkgdesc="International Components for Unicode library" arch=(i686 x86_64) @@ -11,9 +11,9 @@ url="http://www.icu-project.org/" license=('custom:"icu"') depends=('gcc-libs' 'sh') source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz - http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz - icu.8198.revert.icu5431.patch) -md5sums=('f9e3e48a7cb6cc5f432e3f61fcc82099' + http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz + icu.8198.revert.icu5431.patch) +md5sums=('7c53f83e0327343f4060c0eb83842daf' 'ebd5470fc969c75e52baf4af94a9ee82') build() { |