Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / icu
Commits:
667092c5 by Andreas Radke at 2026-02-14T13:56:53+01:00
upgpkg: 78.2-2; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = icu
pkgdesc = International Components for Unicode library
pkgver = 78.2
- pkgrel = 1
+ pkgrel = 2
url = https://icu.unicode.org
arch = x86_64
license = LicenseRef-Unicode-3.0
@@ -9,8 +9,9 @@ pkgbase = icu
license = BSD-3-Clause
license = NAIST-2003
makedepends = python
- depends = gcc-libs
depends = glibc
+ depends = libstdc++
+ depends = libgcc
depends = sh
provides = libicudata.so
provides = libicui18n.so
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=icu
pkgver=78.2
-pkgrel=1
+pkgrel=2
pkgdesc="International Components for Unicode library"
arch=(x86_64)
url="https://icu.unicode.org"
@@ -11,7 +11,7 @@ license=('LicenseRef-Unicode-3.0'
'BSD-2-Clause'
'BSD-3-Clause'
'NAIST-2003')
-depends=('gcc-libs' 'glibc' 'sh')
+depends=('glibc' 'libstdc++' 'libgcc' 'sh')
makedepends=('python')
provides=(libicu{data,i18n,io,test,tu,uc}.so)
source=(https://github.com/unicode-org/icu/releases/download/release-${pkgver}/icu4c-${pkgver}-sources.tgz{,.asc}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/icu/-/commit/667092c51ec7cbfac1130a9b4767095235d2de79
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/icu/-/commit/667092c51ec7cbfac1130a9b4767095235d2de79
You're receiving this email because of your account on gitlab.archlinux.org.