Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
pugixml


Commits:
edbb7377 by Antonio Rojas at 2023-10-04T17:17:54+02:00
upgpkg: 1.14-1: Update to 1.14

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,13 @@
+pkgbase = pugixml
+       pkgdesc = Light-weight, simple and fast XML parser for C++ with XPath 
support
+       pkgver = 1.14
+       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
+
+pkgname = pugixml


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez <[email protected]>
 
 pkgname=pugixml
-pkgver=1.13
+pkgver=1.14
 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=('40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe')
+sha256sums=('2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015')
 
 build() {
     cmake -B build -S ${pkgname}-${pkgver%.1} \



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

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


Reply via email to