summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {