add tinyxml dep
This commit is contained in:
parent
d8a9ff253e
commit
22d68b0e44
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = ignition-msgs
|
pkgbase = ignition-msgs
|
||||||
pkgdesc = Standard set of message definitions, used by Ignition Transport, and other applications.
|
pkgdesc = Standard set of message definitions, used by Ignition Transport, and other applications.
|
||||||
pkgver = 5.1.0
|
pkgver = 5.1.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://ignitionrobotics.org
|
url = http://ignitionrobotics.org
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -10,6 +10,7 @@ pkgbase = ignition-msgs
|
||||||
makedepends = ignition-cmake>=2
|
makedepends = ignition-cmake>=2
|
||||||
makedepends = ruby-ronn
|
makedepends = ruby-ronn
|
||||||
makedepends = doxygen
|
makedepends = doxygen
|
||||||
|
makedepends = tinyxml
|
||||||
depends = protobuf
|
depends = protobuf
|
||||||
depends = protobuf-c
|
depends = protobuf-c
|
||||||
depends = ignition-math>=6
|
depends = ignition-math>=6
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,14 +3,14 @@
|
||||||
# Contributor: marauder <abhinav.kssk@gmail.com>
|
# Contributor: marauder <abhinav.kssk@gmail.com>
|
||||||
pkgname=ignition-msgs
|
pkgname=ignition-msgs
|
||||||
pkgver=5.1.0
|
pkgver=5.1.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Standard set of message definitions, used by Ignition Transport, and other applications."
|
pkgdesc="Standard set of message definitions, used by Ignition Transport, and other applications."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://ignitionrobotics.org"
|
url="http://ignitionrobotics.org"
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
groups=('development')
|
groups=('development')
|
||||||
depends=('protobuf' 'protobuf-c' 'ignition-math>=6' 'ignition-tools')
|
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=()
|
optdepends=()
|
||||||
conflicts=()
|
conflicts=()
|
||||||
source=("https://bitbucket.org/ignitionrobotics/ign-msgs/get/${pkgname}5_${pkgver}.tar.bz2")
|
source=("https://bitbucket.org/ignitionrobotics/ign-msgs/get/${pkgname}5_${pkgver}.tar.bz2")
|
||||||
|
|
Loading…
Reference in a new issue