Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
gettext
Commits:
8005dbbd by Tobias Powalowski at 2026-02-15T10:20:16+01:00
upgpkg: 1.0-2: update depends to new gcc-libs split up
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gettext
pkgdesc = GNU internationalization library
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/gettext/
arch = x86_64
license = GFDL-1.2-only
@@ -11,7 +11,12 @@ pkgbase = gettext
makedepends = emacs
depends = acl
depends = attr
- depends = gcc-libs
+ depends = curl
+ depends = glibc
+ depends = json-c
+ depends = libgcc
+ depends = libgomp
+ depends = libstdc++
depends = gnulib-l10n
depends = libunistring
depends = libxml2
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=gettext
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="GNU internationalization library"
url="https://www.gnu.org/software/gettext/"
arch=(x86_64)
@@ -15,7 +15,12 @@ license=(
depends=(
acl
attr
- gcc-libs
+ curl
+ glibc
+ json-c
+ libgcc
+ libgomp
+ libstdc++
gnulib-l10n
libunistring
libxml2
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/commit/8005dbbd5fdeaa9a79cc93275283c6e0ee2f58a9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/commit/8005dbbd5fdeaa9a79cc93275283c6e0ee2f58a9
You're receiving this email because of your account on gitlab.archlinux.org.