summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69394fd4dc1e..2f9bad2305c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=icu
pkgname=${_pkgname}55-staticlibs
-pkgver=55.1
+pkgver=55.2
pkgrel=1
pkgdesc="International Components for Unicode library (static libraries only)"
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ url="http://www.icu-project.org/"
license=('custom:"icu"')
depends=('gcc-libs>=4.7.1-5' 'sh')
makedepends=('clang')
-source=(http://downloads.sourceforge.net/project/icu/ICU4C/55.1/icu4c-55_1-src.tgz)
-sha256sums=('e16b22cbefdd354bec114541f7849a12f8fc2015320ca5282ee4fd787571457b')
+source=(https://github.com/unicode-org/icu/releases/download/release-${pkgver//./-}/icu4c-${pkgver//./_}-src.tgz)
+sha256sums=('eda2aa9f9c787748a2e2d310590720ca8bcc6252adf6b4cfb03b65bef9d66759')
build() {
cd ${srcdir}/${_pkgname}/source