summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCubeTheThird2019-06-10 21:13:11 -0400
committerCubeTheThird2019-06-10 21:13:11 -0400
commit2631a3061c2d61514ef3c4ce1701b51aec5dac58 (patch)
treedc1018072c178bee03c6b82e31cc7615b6a847a9
parentec6ef253d33c3d2c895ae97ff0228415f356357e (diff)
downloadaur-2631a3061c2d61514ef3c4ce1701b51aec5dac58.tar.gz
Upstream update to 57.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfccbc414f5b..f90520fafa16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = icu57
pkgdesc = International Components for Unicode library
- pkgver = 57.1
+ pkgver = 57.2
pkgrel = 1
url = http://www.icu-project.org/
arch = i686
arch = x86_64
license = custom:"icu"
depends = gcc-libs>=4.7.1-5
- source = http://download.icu-project.org/files/icu4c/57.1/icu4c-57_1-src.tgz
- sha256sums = ff8c67cb65949b1e7808f2359f2b80f722697048e90e7cfc382ec1fe229e9581
+ source = https://github.com/unicode-org/icu/releases/download/release-57-2/icu4c-57_2-src.tgz
+ sha256sums = 623f04b921827a041f42d52495a6f8eee6565a9b7557051ac68e099123ff28dc
pkgname = icu57
diff --git a/PKGBUILD b/PKGBUILD
index 59f21145d70c..ae16f1cfa8a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
_pkgname=icu
pkgname=${_pkgname}57
-pkgver=57.1
+pkgver=57.2
pkgrel=1
pkgdesc="International Components for Unicode library"
arch=('i686' 'x86_64')
url="http://www.icu-project.org/"
license=('custom:"icu"')
depends=('gcc-libs>=4.7.1-5')
-source=(http://download.icu-project.org/files/${_pkgname}4c/${pkgver}/${_pkgname}4c-${pkgver//./_}-src.tgz)
-sha256sums=('ff8c67cb65949b1e7808f2359f2b80f722697048e90e7cfc382ec1fe229e9581')
+source=(https://github.com/unicode-org/${_pkgname}/releases/download/release-${pkgver//./-}/${_pkgname}4c-${pkgver//./_}-src.tgz)
+#source=(http://download.icu-project.org/files/${_pkgname}4c/${pkgver}/${_pkgname}4c-${pkgver//./_}-src.tgz)
+sha256sums=('623f04b921827a041f42d52495a6f8eee6565a9b7557051ac68e099123ff28dc')
build() {
cd ${srcdir}/${_pkgname}/source