Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libnumbertext
Commits:
8e8ac45f by Andreas Radke at 2026-02-14T11:57:11+01:00
upgpkg: 1.0.11-3; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
pkgbase = libnumbertext
pkgdesc = Number to number name and money text conversion library
pkgver = 1.0.11
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Numbertext/libnumbertext
arch = x86_64
license = LGPL-3.0-or-later OR BSD-3-Clause
license = LGPL-3.0-or-later OR CC-BY-SA-3.0
- depends = gcc-libs
depends = glibc
+ depends = libstdc++
+ depends = libgcc
source =
libnumbertext-1.0.11::https://github.com/Numbertext/libnumbertext/archive/1.0.11.tar.gz
sha256sums =
80aad7cab123edc614f904d9f145d1d15cf465084a1a15fca2117525dc746034
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=libnumbertext
pkgver=1.0.11
-pkgrel=2
+pkgrel=3
pkgdesc="Number to number name and money text conversion library"
arch=('x86_64')
url="https://github.com/Numbertext/libnumbertext"
@@ -10,7 +10,7 @@ url="https://github.com/Numbertext/libnumbertext"
#the data files hr.sor, sr.sor and sh.sor which are dual license
#CC-BY-SA or LGPLv3+
license=('LGPL-3.0-or-later OR BSD-3-Clause' 'LGPL-3.0-or-later OR
CC-BY-SA-3.0')
-depends=('gcc-libs' 'glibc')
+depends=('glibc' 'libstdc++' 'libgcc')
source=(${pkgname}-${pkgver}::https://github.com/Numbertext/libnumbertext/archive/$pkgver.tar.gz)
sha256sums=('80aad7cab123edc614f904d9f145d1d15cf465084a1a15fca2117525dc746034')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnumbertext/-/commit/8e8ac45fa70d521f90fefd0453a9eaa45653d883
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnumbertext/-/commit/8e8ac45fa70d521f90fefd0453a9eaa45653d883
You're receiving this email because of your account on gitlab.archlinux.org.