summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-08-07 18:48:46 +0200
committerMichel Zou2018-08-07 18:48:46 +0200
commit604d9cd3c67a2edf5acbaa0ada4b6c88a9f55bb3 (patch)
tree83299ee20212a7641073679e3f0bb597cbb5ac56
parent9d766d8d948a1e3bfc56c6f48bd9b8aa98b82c20 (diff)
downloadaur-604d9cd3c67a2edf5acbaa0ada4b6c88a9f55bb3.tar.gz
1.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c3ad51133bc..ff0ec2a37c6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Mar 4 09:22:20 UTC 2018
pkgbase = mingw-w64-pugixml
pkgdesc = Light-weight, simple and fast XML parser for C++ with XPath support (mingw-w64)
- pkgver = 1.8.1
+ pkgver = 1.9
pkgrel = 1
url = http://pugixml.org/
arch = any
@@ -12,8 +10,8 @@ pkgbase = mingw-w64-pugixml
options = !buildflags
options = staticlibs
options = !strip
- source = http://github.com/zeux/pugixml/releases/download/v1.8.1/pugixml-1.8.1.tar.gz
- sha256sums = 00d974a1308e85ca0677a981adc1b2855cb060923181053fb0abf4e2f37b8f39
+ source = http://github.com/zeux/pugixml/releases/download/v1.9/pugixml-1.9.tar.gz
+ sha256sums = d156d35b83f680e40fd6412c4455fdd03544339779134617b9b28d19e11fdba6
pkgname = mingw-w64-pugixml
diff --git a/PKGBUILD b/PKGBUILD
index c3310f81cef8..92c9ff7f4927 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Jesse Juhani Jaara <gmail.com: jesse.jaara>
pkgname=mingw-w64-pugixml
-_majordotminor=1.8
-pkgver=${_majordotminor}.1
+_majordotminor=1.9
+pkgver=${_majordotminor}
pkgrel=1
pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support (mingw-w64)"
arch=('any')
@@ -12,8 +12,8 @@ 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=('8ef26a51c670fbe79a71e9af94df4884d5a4b00a2db38a0608a87c14113b2904')
-sha256sums=('00d974a1308e85ca0677a981adc1b2855cb060923181053fb0abf4e2f37b8f39')
+sha256sums=('d156d35b83f680e40fd6412c4455fdd03544339779134617b9b28d19e11fdba6')
+
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() {