summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authoracxz2019-06-30 09:20:46 -0400
committeracxz2019-06-30 09:20:46 -0400
commit47cb6bb7c35652dccd0a60a96cdcfdc03f91885b (patch)
treeb1b5c81d0858e71bd8b730cb23608e44db1822d9 /.SRCINFO
parentdc25a1f1769ac59b37c1a01623b755304d0d14e7 (diff)
downloadaur-47cb6bb7c35652dccd0a60a96cdcfdc03f91885b.tar.gz
added harder constraints on dependencies
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO6
1 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ac2b25bbce4..83d541862231 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = ignition-transport
pkgdesc = The transport library combines ZeroMQ with Protobufs to create a fast and efficient message passing system. Asynchronous message publication and subscription is provided along with service calls and discovery.
pkgver = 7.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://ignitionrobotics.org/libs/transport
arch = i686
arch = x86_64
groups = development
license = Apache
- makedepends = ignition-cmake
+ makedepends = ignition-cmake=2
makedepends = util-linux
depends = protobuf
depends = protobuf-c
depends = zeromq
- depends = ignition-msgs
+ depends = ignition-msgs=4
depends = ignition-tools
depends = libutil-linux
source = https://bitbucket.org/ignitionrobotics/ign-transport/get/ignition-transport7_7.0.0.tar.bz2