Balló György pushed to branch main at Arch Linux / Packaging / Packages /
tinyxml
Commits:
b9de8394 by Balló György at 2024-12-12T02:47:01+01:00
Add dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -6,6 +6,8 @@ pkgbase = tinyxml
arch = x86_64
license = zlib
makedepends = setconf
+ depends = gcc-libs
+ depends = glibc
source = https://downloads.sourceforge.net/tinyxml/tinyxml_2_6_2.tar.gz
source = entity.patch
source = tinyxml-2.5.3-stl.patch
=====================================
PKGBUILD
=====================================
@@ -10,6 +10,7 @@ pkgdesc='Simple, small XML parser'
url='http://grinninglizard.com/tinyxml/'
arch=(x86_64)
license=(zlib)
+depends=(gcc-libs glibc)
makedepends=(setconf)
source=("https://downloads.sourceforge.net/$pkgname/${pkgname}_${pkgver//./_}.tar.gz"
entity.patch
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tinyxml/-/commit/b9de839413f2cfbd787634ffe97b86ac5ea7e2e0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tinyxml/-/commit/b9de839413f2cfbd787634ffe97b86ac5ea7e2e0
You're receiving this email because of your account on gitlab.archlinux.org.