summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72c43801432a..b69db787a1b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Apr 7 19:05:56 UTC 2017
pkgbase = mingw-w64-tinyxml2
pkgdesc = Simple, small, C++ XML parser that can be easily integrated into other programs (mingw-w64)
- pkgver = 3.0.0
+ pkgver = 4.0.1
pkgrel = 1
url = https://github.com/leethomason/tinyxml2
arch = any
@@ -10,8 +12,8 @@ pkgbase = mingw-w64-tinyxml2
options = staticlibs
options = !strip
options = !buildflags
- source = https://github.com/leethomason/tinyxml2/archive/3.0.0.tar.gz
- md5sums = 26584d2c1666aea5e664c105eb4e8153
+ source = https://github.com/leethomason/tinyxml2/archive/4.0.1.tar.gz
+ md5sums = 36aed868b751e728fa8f714aa3376a1d
pkgname = mingw-w64-tinyxml2
diff --git a/PKGBUILD b/PKGBUILD
index f1bdb1ebc7d3..bff648c5f11d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-tinyxml2
-pkgver=3.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc='Simple, small, C++ XML parser that can be easily integrated into other programs (mingw-w64)'
url="https://github.com/leethomason/tinyxml2"
@@ -10,7 +10,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('staticlibs' '!strip' '!buildflags')
source=("${url}/archive/${pkgver}.tar.gz")
-md5sums=('26584d2c1666aea5e664c105eb4e8153')
+md5sums=('36aed868b751e728fa8f714aa3376a1d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"