mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/icu to 54.1-1
This commit is contained in:
parent
e8fbeb540f
commit
0913d6b0cf
1 changed files with 3 additions and 3 deletions
|
@ -6,19 +6,19 @@
|
|||
# - patch to fix icudata library linking on ARM
|
||||
|
||||
pkgname=icu
|
||||
pkgver=53.1
|
||||
pkgver=54.1
|
||||
pkgrel=1
|
||||
pkgdesc="International Components for Unicode library"
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.icu-project.org/"
|
||||
license=('custom:"icu"')
|
||||
license=('custom:icu')
|
||||
depends=('gcc-libs>=4.7.1-5' 'sh')
|
||||
#makedepends=('clang')
|
||||
source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
|
||||
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
|
||||
icu.8198.revert.icu5431.patch
|
||||
icudata-stdlibs.patch)
|
||||
md5sums=('b73baa6fbdfef197608d1f69300919b9'
|
||||
md5sums=('e844caed8f2ca24c088505b0d6271bc0'
|
||||
'ebd5470fc969c75e52baf4af94a9ee82'
|
||||
'4e5202245fce364490334bd66b5edabc')
|
||||
|
||||
|
|
Loading…
Reference in a new issue