Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / libxmlb
Commits: 9880b03a by Felix Pehla at 2026-02-27T22:56:23+01:00 PKGBUILD: remove gcc-libs dependency https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -9,9 +9,9 @@ pkgbase = libxmlb makedepends = meson makedepends = gobject-introspection makedepends = gtk-doc - depends = gcc-libs depends = glibc depends = glib2 + depends = libgcc depends = libstemmer depends = xz depends = zstd ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgdesc="Library to help create and query binary XML blobs" arch=(x86_64) url="https://github.com/hughsie/libxmlb" license=(LGPL-2.1-only) -depends=(gcc-libs glibc glib2 libstemmer xz zstd) +depends=(glibc glib2 libgcc libstemmer xz zstd) makedepends=(meson gobject-introspection gtk-doc) checkdepends=(shared-mime-info) source=("https://github.com/hughsie/libxmlb/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxmlb/-/commit/9880b03a0d3fc3f754a1b6cdd3a1f84bcc47ba56 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxmlb/-/commit/9880b03a0d3fc3f754a1b6cdd3a1f84bcc47ba56 You're receiving this email because of your account on gitlab.archlinux.org.
