summaryrefslogtreecommitdiff
path: root/icu/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-12-02 12:48:25 +1100
committerDanny Rawlins <monster.romster@gmail.com>2019-12-02 12:51:26 +1100
commitd895a24bc9dcb4b8e673df207907e032082d9814 (patch)
tree8be67ed72eb9345c054c48bfc9dd56cc468731c1 /icu/Pkgfile
parentf83928a4ea2f3aaf081851328f39f5360f2dded6 (diff)
downloadopt-d895a24bc9dcb4b8e673df207907e032082d9814.tar.gz
opt-d895a24bc9dcb4b8e673df207907e032082d9814.tar.xz
[notify] icu: ABI change check with revdep
Diffstat (limited to 'icu/Pkgfile')
-rw-r--r--icu/Pkgfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/icu/Pkgfile b/icu/Pkgfile
index 0065e4311..6cfaed55e 100644
--- a/icu/Pkgfile
+++ b/icu/Pkgfile
@@ -3,13 +3,17 @@
# Maintainer: Danny Rawlins, crux at romster dot me
name=icu
-version=64.2
+version=65.1
release=1
-source=(https://sourceforge.net/projects/icu/files/ICU4C/$version/icu4c-${version//./_}-src.tgz)
+source=(https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version/./_}-src.tgz
+ icu-65.1-initialized-buffer-uloc_getKeywordValue.patch)
build() {
cd icu/source
+ # https://unicode-org.atlassian.net/browse/ICU-20884
+ patch -p2 -d .. -i $SRC/icu-65.1-initialized-buffer-uloc_getKeywordValue.patch
+
# icu tries to use clang by default
[ "$CC" ] || export CC=gcc
[ "$CXX" ] || export CXX=g++

Generated by cgit