summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime BORGES2020-05-30 19:56:47 +0200
committerMaxime BORGES2020-05-30 19:56:47 +0200
commite70d640ac0ec62418832690a4835474a20c9da1f (patch)
tree12774136398b962125ad0b47b5207c9717ee5aef /PKGBUILD
parent87d801cc0d2e27bec850edb039cda08a717f8679 (diff)
downloadaur-e70d640ac0ec62418832690a4835474a20c9da1f.tar.gz
Update to 50.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d2e7359f42e..fd5948cd6a91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _setPrefix="/usr"
_setLibdir="$_setPrefix/lib"
_pkgbase=icu
_pkgmaj=50
-_pkgmin=1
+_pkgmin=2
pkgrel=1
pkgname=lib$_pkgbase$_pkgmaj
@@ -15,9 +15,8 @@ url="http://www.icu-project.org/"
license=('custom:"icu"')
depends=('gcc-libs>=4.7.1-5')
-source=("http://download.icu-project.org/files/${_pkgbase}4c/${pkgver}/${_pkgbase}4c-${pkgver//./_}-src.tgz")
-
-md5sums=('cf7bf9e56aa6c2057a8b6f464046483e')
+source=("https://github.com/unicode-org/icu/releases/download/release-${_pkgmaj}-${_pkgmin}/icu4c-${_pkgmaj}_${_pkgmin}-src.tgz")
+sha256sums=('87306f088a4c7c00b0adac6b84e8862fef81c18f8ec70a60cb03258062908440')
build() {
export CC='gcc'