From b9f591410c3065580a4d2681da356ac63728d00f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 27 Jul 2024 14:29:01 +0300 Subject: [PATCH] name='icu' version='75.1' release='2' --- icu/alr.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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')