Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
pugixml
Commits:
a263a885 by Antonio Rojas at 2025-01-18T23:55:52+01:00
upgpkg: 1.15-1: Update to 1.15
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = pugixml
pkgdesc = Light-weight, simple and fast XML parser for C++ with XPath
support
- pkgver = 1.14
+ pkgver = 1.15
pkgrel = 1
url = https://pugixml.org
arch = x86_64
license = MIT
makedepends = cmake
depends = gcc-libs
- source =
https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.tar.gz
- sha256sums =
2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015
+ source =
https://github.com/zeux/pugixml/releases/download/v1.15/pugixml-1.15.tar.gz
+ sha256sums =
655ade57fa703fb421c2eb9a0113b5064bddb145d415dd1f88c79353d90d511a
pkgname = pugixml
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Gustavo Alvarez <[email protected]>
pkgname=pugixml
-pkgver=1.14
+pkgver=1.15
pkgrel=1
pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support"
arch=(x86_64)
@@ -12,7 +12,7 @@ license=(MIT)
depends=(gcc-libs)
makedepends=(cmake)
source=(https://github.com/zeux/pugixml/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015')
+sha256sums=('655ade57fa703fb421c2eb9a0113b5064bddb145d415dd1f88c79353d90d511a')
build() {
cmake -B build -S ${pkgname}-${pkgver%.1} \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pugixml/-/commit/a263a88538da3d3e0b3290b15de3340d6b99096f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pugixml/-/commit/a263a88538da3d3e0b3290b15de3340d6b99096f
You're receiving this email because of your account on gitlab.archlinux.org.