diff options
Diffstat (limited to 'icu/abuild')
| -rw-r--r-- | icu/abuild | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,11 +1,8 @@ name=icu -version=77.1 -ver=${version%.*} -sion=${version#*.} +version=78.1 release=1 -source="https://github.com/unicode-org/icu/releases/download/release-${ver}-${sion}/icu4c-${ver}_${sion}-src.tgz - pc.patch - build.patch" +source="https://github.com/unicode-org/icu/releases/download/release-${version}/icu4c-${version}-sources.tgz + pc.patch" build_dir="icu/source" patch_opt="-Np2" export CC=${CC:-gcc} |