summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-09-17 18:47:44 +0200
committerMichel Zou2019-09-17 18:47:44 +0200
commit502ee6189136d199818dc690ab2d7cbbe0d9a7a2 (patch)
treeda317279ad39d640f74effdc46f72bd8a791ecca
parent604d9cd3c67a2edf5acbaa0ada4b6c88a9f55bb3 (diff)
downloadaur-502ee6189136d199818dc690ab2d7cbbe0d9a7a2.tar.gz
1.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff0ec2a37c6a..63cbadb6f7a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-pugixml
pkgdesc = Light-weight, simple and fast XML parser for C++ with XPath support (mingw-w64)
- pkgver = 1.9
+ pkgver = 1.10
pkgrel = 1
url = http://pugixml.org/
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-pugixml
options = !buildflags
options = staticlibs
options = !strip
- source = http://github.com/zeux/pugixml/releases/download/v1.9/pugixml-1.9.tar.gz
- sha256sums = d156d35b83f680e40fd6412c4455fdd03544339779134617b9b28d19e11fdba6
+ source = http://github.com/zeux/pugixml/releases/download/v1.10/pugixml-1.10.tar.gz
+ sha256sums = 55f399fbb470942410d348584dc953bcaec926415d3462f471ef350f29b5870a
pkgname = mingw-w64-pugixml
diff --git a/PKGBUILD b/PKGBUILD
index 92c9ff7f4927..c3339eaea400 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,5 @@
-# Contributor: Jesse Juhani Jaara <gmail.com: jesse.jaara>
-
pkgname=mingw-w64-pugixml
-_majordotminor=1.9
+_majordotminor=1.10
pkgver=${_majordotminor}
pkgrel=1
pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support (mingw-w64)"
@@ -12,7 +10,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("http://github.com/zeux/pugixml/releases/download/v${pkgver}/pugixml-${pkgver}.tar.gz")
-sha256sums=('d156d35b83f680e40fd6412c4455fdd03544339779134617b9b28d19e11fdba6')
+sha256sums=('55f399fbb470942410d348584dc953bcaec926415d3462f471ef350f29b5870a')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"