diff options
author | root <root@rshg054.dnsready.net> | 2013-05-25 00:28:13 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-25 00:28:13 -0700 |
commit | 2333a0e547f378ad697f35312d6ba6d3fbafb2c8 (patch) | |
tree | cb9c92701c40feb373936bffe4190081f8253170 /extra/icu | |
parent | 0520c5091743d9910278e53fa32470b096825fb3 (diff) |
Sat May 25 00:28:12 PDT 2013
Diffstat (limited to 'extra/icu')
-rw-r--r-- | extra/icu/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/icu/PKGBUILD b/extra/icu/PKGBUILD index ec349be67..c3a6bb16a 100644 --- a/extra/icu/PKGBUILD +++ b/extra/icu/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 185844 2013-05-19 15:04:46Z andyrtr $ +# $Id: PKGBUILD 186326 2013-05-24 19:56:49Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Art Gramlich <art@gramlich-net.com> pkgname=icu -pkgver=51.1 -pkgrel=2 +pkgver=51.2 +pkgrel=1 pkgdesc="International Components for Unicode library" arch=(i686 x86_64) url="http://www.icu-project.org/" @@ -14,7 +14,7 @@ depends=('gcc-libs>=4.7.1-5' '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=('6eef33b229d0239d654983028c9c7053' +md5sums=('072e501b87065f3a0ca888f1b5165709' 'ebd5470fc969c75e52baf4af94a9ee82') build() { |