summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5ceb71f69a2..8c0d5fc9593a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jan 4 22:56:57 UTC 2018
+# Fri Jan 5 21:23:02 UTC 2018
pkgbase = ignition-transport
pkgdesc = The transport library combines ZeroMQ with Protobufs to create a fast and efficient message passing system
pkgver = 3.1.0
@@ -13,11 +13,12 @@ pkgbase = ignition-transport
makedepends = ruby-ronn
makedepends = pkg-config>=0.28
makedepends = doxygen
+ makedepends = util-linux
depends = protobuf
depends = protobuf-c
depends = zeromq
- depends = uuid
depends = ignition-msgs
+ depends = libutil-linux
source = https://bitbucket.org/ignitionrobotics/ign-transport/get/ignition-transport3_3.1.0.tar.bz2
md5sums = fb511618941cf49f89e0f7ebe34901e7
diff --git a/PKGBUILD b/PKGBUILD
index 0b6980948c4d..89562ebf8a15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ arch=('i686' 'x86_64')
url="http://ignitionrobotics.org"
license=('Apache')
groups=('development')
-depends=('protobuf' 'protobuf-c' 'zeromq' 'uuid' 'ignition-msgs')
-makedepends=('cmake' 'ruby-ronn' 'pkg-config>=0.28' 'doxygen')
+depends=('protobuf' 'protobuf-c' 'zeromq' 'ignition-msgs' 'libutil-linux')
+makedepends=('cmake' 'ruby-ronn' 'pkg-config>=0.28' 'doxygen' 'util-linux')
optdepends=()
conflicts=()
source=("https://bitbucket.org/ignitionrobotics/ign-transport/get/${pkgname}3_${pkgver}.tar.bz2")