Date: Thursday, June 22, 2017 @ 14:25:54 Author: arodseth Revision: 239566
upgpkg: tinyxml2 5.0.0-1 Modified: tinyxml2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-22 14:14:41 UTC (rev 239565) +++ PKGBUILD 2017-06-22 14:25:54 UTC (rev 239566) @@ -3,15 +3,15 @@ # Contributor: dhead666 <[email protected]> pkgname=tinyxml2 -pkgver=4.0.1 +pkgver=5.0.0 pkgrel=1 -pkgdesc='Simple, small, C++ XML parser that can be easily integrated into other programs' +pkgdesc='Simple XML parser made for easy integration' url='http://www.grinninglizard.com/tinyxml2/' arch=('x86_64' 'i686') license=('zlib') depends=('gcc-libs') makedepends=('git' 'cmake' 'ninja') -source=("git://github.com/leethomason/tinyxml2#tag=$pkgver") +source=("git+https://github.com/leethomason/tinyxml2#commit=81b219446220f5475ff4b5eaf9b21d99b8c4ed6b") md5sums=('SKIP') build() {
