summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Jaara2016-03-21 18:56:05 +0200
committerJesse Jaara2016-03-21 18:56:05 +0200
commit72431330647991fe2fae0997057dee5d1e0253df (patch)
tree676ec75d8e3c95973c69fd103371990e0b9addbb
parent63f1c1f375f50f76c0fe3b8f27cdde9ddea16226 (diff)
downloadaur-72431330647991fe2fae0997057dee5d1e0253df.tar.gz
Update to version 1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc4c05b63a2b..3edd32b73b9f 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.6
+ pkgver = 1.7
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.6/pugixml-1.6.tar.gz
- md5sums = 7fe3667bb6bf123f65cdf2f5cfe4732f
+ source = http://github.com/zeux/pugixml/releases/download/v1.7/pugixml-1.7.tar.gz
+ md5sums = 17e6a3996de2942629dce65db1a701c5
pkgname = mingw-w64-pugixml
diff --git a/PKGBUILD b/PKGBUILD
index 768f03820d43..5340a8658838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jesse Juhani Jaara <gmail.com: jesse.jaara>
pkgname=mingw-w64-pugixml
-pkgver=1.6
+pkgver=1.7
pkgrel=1
pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support (mingw-w64)"
arch=('any')
@@ -11,7 +11,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")
-md5sums=('7fe3667bb6bf123f65cdf2f5cfe4732f')
+md5sums=('17e6a3996de2942629dce65db1a701c5')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() {