Date: Saturday, November 12, 2022 @ 21:45:15
  Author: arojas
Revision: 1347104

upgpkg: pugixml 1.13-1: Update to 1.13

Modified:
  pugixml/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-12 21:44:54 UTC (rev 1347103)
+++ PKGBUILD    2022-11-12 21:45:15 UTC (rev 1347104)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez <[email protected]>
 
 pkgname=pugixml
-pkgver=1.12.1
+pkgver=1.13
 pkgrel=1
 pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(gcc-libs)
 makedepends=(cmake)
 
source=(https://github.com/zeux/pugixml/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('dcf671a919cc4051210f08ffd3edf9e4247f79ad583c61577a13ee93af33afc7')
+sha256sums=('40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe')
 
 build() {
     cmake -B build -S ${pkgname}-${pkgver%.1} \

Reply via email to