summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2015-10-30 19:15:27 +0100
committerMichel Zou2015-10-30 19:15:27 +0100
commitdb24f0fe9f7e70c212b3bb73d7cc4e6d1265c4d8 (patch)
tree683d91f8125368208a067dd2751ce745ef5ea957
parent424a3a4f6820f43fbf95088cdb02069fcf6c10a5 (diff)
downloadaur-db24f0fe9f7e70c212b3bb73d7cc4e6d1265c4d8.tar.gz
3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77bbeffff37d..72c43801432a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-tinyxml2
pkgdesc = Simple, small, C++ XML parser that can be easily integrated into other programs (mingw-w64)
- pkgver = 2.2.0
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/leethomason/tinyxml2
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-tinyxml2
options = staticlibs
options = !strip
options = !buildflags
- source = https://github.com/leethomason/tinyxml2/archive/2.2.0.tar.gz
- md5sums = 3c7a9191c8f26e4f056a89902ac848b1
+ source = https://github.com/leethomason/tinyxml2/archive/3.0.0.tar.gz
+ md5sums = 26584d2c1666aea5e664c105eb4e8153
pkgname = mingw-w64-tinyxml2
diff --git a/PKGBUILD b/PKGBUILD
index afc08c57b2db..f1bdb1ebc7d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-tinyxml2
-pkgver=2.2.0
+pkgver=3.0.0
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=('3c7a9191c8f26e4f056a89902ac848b1')
+md5sums=('26584d2c1666aea5e664c105eb4e8153')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"