From 22d68b0e44e798ad94616e1ee62382c5c4a9485a Mon Sep 17 00:00:00 2001 From: acxz <17132214+acxz@users.noreply.github.com> Date: Sat, 1 Feb 2020 16:50:32 -0500 Subject: [PATCH] add tinyxml dep --- .SRCINFO | 3 ++- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c2c4d0b4d73..45c1fc56f7d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ignition-msgs pkgdesc = Standard set of message definitions, used by Ignition Transport, and other applications. pkgver = 5.1.0 - pkgrel = 1 + pkgrel = 2 url = http://ignitionrobotics.org arch = i686 arch = x86_64 @@ -10,6 +10,7 @@ pkgbase = ignition-msgs makedepends = ignition-cmake>=2 makedepends = ruby-ronn makedepends = doxygen + makedepends = tinyxml depends = protobuf depends = protobuf-c depends = ignition-math>=6 diff --git a/PKGBUILD b/PKGBUILD index 68282e0cec8..a8d1e84c0cd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,14 +3,14 @@ # Contributor: marauder pkgname=ignition-msgs pkgver=5.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Standard set of message definitions, used by Ignition Transport, and other applications." arch=('i686' 'x86_64') url="http://ignitionrobotics.org" license=('Apache') groups=('development') depends=('protobuf' 'protobuf-c' 'ignition-math>=6' 'ignition-tools') -makedepends=('ignition-cmake>=2' 'ruby-ronn' 'doxygen') +makedepends=('ignition-cmake>=2' 'ruby-ronn' 'doxygen' 'tinyxml') optdepends=() conflicts=() source=("https://bitbucket.org/ignitionrobotics/ign-msgs/get/${pkgname}5_${pkgver}.tar.bz2")