diff --git a/icu/alr.sh b/icu/alr.sh index 1c56898..608e03f 100644 --- a/icu/alr.sh +++ b/icu/alr.sh @@ -1,6 +1,6 @@ name='icu' version='75.1' -release='1' +release='2' desc='International Components for Unicode library.' homepage='https://icu.unicode.org' maintainer="Евгений Храмов " @@ -13,9 +13,8 @@ license=( provides=(libicu{data,i18n,io,test,tu,uc}.so) deps=( - 'gcc-libs' + 'libgcc' 'glibc' - 'sh' ) build_deps=('python')