Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
pugixml


Commits:
2341f1c0 by Jakub Klinkovský at 2026-02-15T19:07:56+01:00
upgpkg: 1.15-3: Replace deprecated gcc-libs dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
 pkgbase = pugixml
        pkgdesc = Light-weight, simple and fast XML parser for C++ with XPath 
support
        pkgver = 1.15
-       pkgrel = 2
+       pkgrel = 3
        url = https://pugixml.org
        arch = x86_64
        license = MIT
        makedepends = cmake
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        source = 
https://github.com/zeux/pugixml/releases/download/v1.15/pugixml-1.15.tar.gz
        b2sums = 
94f3e33d225a6cc4cf57b353704a5e1bfea989fecf4616958db85be1d2a73ef1b7bb0667998576134b820d7c0e9ea30691caad91e67aca7c26f558ed3b31ebf8
 


=====================================
PKGBUILD
=====================================
@@ -5,14 +5,15 @@
 
 pkgname=pugixml
 pkgver=1.15
-pkgrel=2
+pkgrel=3
 pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support"
 arch=(x86_64)
 url="https://pugixml.org";
 license=(MIT)
 depends=(
-  gcc-libs
   glibc
+  libgcc
+  libstdc++
 )
 makedepends=(cmake)
 
source=(https://github.com/zeux/pugixml/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pugixml/-/commit/2341f1c02eb1bbb31820a321de8475902aecdf00

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pugixml/-/commit/2341f1c02eb1bbb31820a321de8475902aecdf00
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to