[arch-commits] Commit in pugixml/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Tue Dec 22 16:58:56 UTC 2020


    Date: Tuesday, December 22, 2020 @ 16:58:55
  Author: archange
Revision: 782668

upgpkg: pugixml 1.11.4-1

Modified:
  pugixml/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-22 16:48:18 UTC (rev 782667)
+++ PKGBUILD	2020-12-22 16:58:55 UTC (rev 782668)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
 
 pkgname=pugixml
-pkgver=1.11.3
+pkgver=1.11.4
 pkgrel=1
 pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support"
 arch=(x86_64)
@@ -11,8 +11,8 @@
 license=(MIT)
 depends=(gcc-libs)
 makedepends=(cmake)
-source=("https://github.com/zeux/pugixml/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('aa2a4b8a8907c01c914da06f3a8630d838275c75d1d5ea03ab48307fd1913a6d')
+source=(https://github.com/zeux/pugixml/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716')
 
 build() {
     cmake -B build -S ${pkgname}-${pkgver} \



More information about the arch-commits mailing list