summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Demers2019-06-21 02:20:31 -0400
committerAlexandre Demers2019-06-21 02:20:31 -0400
commite0066db82d1793eb019e0dde6a7ac2dea66db07f (patch)
treed136fe7ddf4c5b68d61adb08f22188c1961b59b6 /PKGBUILD
parenteb89074eaca88b4d986e59277596d8af8c5bb29f (diff)
downloadaur-icu51.tar.gz
Update to 51.3
Modify source's link Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11d9154f990d..47d4c64f14ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _setPrefix="/usr"
_setLibdir="$_setPrefix/lib"
_pkgbase=icu
_pkgmaj=51
-_pkgmin=2
+_pkgmin=3
pkgrel=1
pkgname=$_pkgbase$_pkgmaj
@@ -15,9 +15,9 @@ 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")
+source=("https://github.com/unicode-org/${_pkgbase}/releases/download/release-${pkgver//./-}/${_pkgbase}4c-${pkgver//./_}-src.tgz")
-md5sums=('072e501b87065f3a0ca888f1b5165709')
+sha256sums=('cdc58f7b4ac62202770a3e29d9e7526e86bf9b8dfa3aebfa09f8263e315f3c58')
build() {
cd ${srcdir}/icu/source