From 9cfab9f72ce7f3c313c842a3ed08b77c1e50727a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 6 Nov 2018 20:01:31 -0200 Subject: [PATCH] tinyxml2: update to 7.0.0. --- common/shlibs | 2 +- srcpkgs/tinyxml2/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index 1e114cad05..c21e9523df 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1225,7 +1225,7 @@ libgranite.so.5 granite-0.5.0_1 libprotobuf-vala.so.0 libprotobuf-vala-0.1.0_1 librlog.so.5 librlog-1.4_1 libtinyxml.so.0 tinyxml-2.6.2_1 -libtinyxml2.so.6 tinyxml2-6.0.0_1 +libtinyxml2.so.7 tinyxml2-7.0.0_1 libbluray.so.2 libbluray-1.0.0_1 libnfs.so.12 libnfs-3.0.0_1 libzip.so.5 libzip-1.2_1 diff --git a/srcpkgs/tinyxml2/template b/srcpkgs/tinyxml2/template index e0ddf30630..90c80dc0f7 100644 --- a/srcpkgs/tinyxml2/template +++ b/srcpkgs/tinyxml2/template @@ -1,6 +1,6 @@ # Template file for 'tinyxml2' pkgname=tinyxml2 -version=6.2.0 +version=7.0.0 revision=1 build_style=cmake short_desc="Simple, small and efficient C++ XML parser" @@ -8,7 +8,7 @@ maintainer="maxice8 " license="Zlib" homepage="http://www.grinninglizard.com/tinyxml2/index.html" distfiles="https://github.com/leethomason/tinyxml2/archive/${version}.tar.gz" -checksum=cdf0c2179ae7a7931dba52463741cf59024198bbf9673bf08415bcb46344110f +checksum=fa0d1c745d65d4d833e62cb183e23c2034dc7a35ec1a4977e808bdebb9b4fe60 tinyxml2-devel_package() { depends="tinyxml2-${version}_${revision}"