forked from Plemya-x/alr-repo
		
	name='icu'
version='75.1' release='5'
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| name='icu' | name='icu' | ||||||
| version='75.1' | version='75.1' | ||||||
| release='4' | release='5' | ||||||
| desc='International Components for Unicode library.' | desc='International Components for Unicode library.' | ||||||
| homepage='https://icu.unicode.org' | homepage='https://icu.unicode.org' | ||||||
| maintainer="Евгений Храмов <xpamych@yandex.ru>" | maintainer="Евгений Храмов <xpamych@yandex.ru>" | ||||||
| @@ -10,8 +10,8 @@ license=( | |||||||
|   'BSD-2-Clause' |   'BSD-2-Clause' | ||||||
|   'BSD-3-Clause' |   'BSD-3-Clause' | ||||||
| ) | ) | ||||||
| provides=(libicu{data,i18n,io,test,tu,uc}.so) | provides=('libicu-data.so' 'lib-i18n.so' 'libicu-io.so' 'libicu-test.so' 'libicu-tu.so' 'libicu-uc.so') | ||||||
| conflicts=(libicu{data,i18n,io,test,tu,uc}.so) | conflicts=('libicu-data.so' 'lib-i18n.so' 'libicu-io.so' 'libicu-test.so' 'libicu-tu.so' 'libicu-uc.so') | ||||||
|  |  | ||||||
| deps=( | deps=( | ||||||
|   'libgcc' |   'libgcc' | ||||||
| @@ -37,7 +37,7 @@ build() { | |||||||
| 	--sysconfdir=/etc \ | 	--sysconfdir=/etc \ | ||||||
| 	--mandir=/usr/share/man \ | 	--mandir=/usr/share/man \ | ||||||
| 	--sbindir=/usr/bin | 	--sbindir=/usr/bin | ||||||
|   make |   make -j$(($(nproc) - 1)) | ||||||
| } | } | ||||||
|  |  | ||||||
| check() { | check() { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user