Package Details: ros-melodic-robotnik-msgs 1.0.0-2

Git Clone URL: https://aur.archlinux.org/ros-melodic-robotnik-msgs.git (read-only, click to copy)
Package Base: ros-melodic-robotnik-msgs
Description: ROS Definition of msgs and services used by some Robotnik's packages
Upstream URL: http://wiki.ros.org/robotnik_msgs
Licenses: BSD
Submitter: majorx234
Maintainer: None
Last Packager: majorx234
Votes: 0
Popularity: 0.000000
First Submitted: 2020-01-09 00:11 (UTC)
Last Updated: 2020-11-18 00:03 (UTC)

Latest Comments

majorx234 commented on 2020-11-18 00:04 (UTC)

@fmauch: thx deps are updated

fmauch commented on 2020-11-17 22:25 (UTC)

The package misses a couple of dependencies:

diff --git a/PKGBUILD b/PKGBUILD
index c5ba169..83ad729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,18 +8,23 @@ pkgname='ros-melodic-robotnik-msgs'
 pkgver='1.0.0'
 _pkgver_patch=0
 arch=('any')
-pkgrel=1
+pkgrel=2
 license=('BSD')


 ros_makedepends=(ros-melodic-catkin
                  ros-melodic-message-generation
+                 ros-melodic-actionlib-msgs
+                 ros-melodic-geometry-msgs
                  ros-melodic-std-msgs
                  )
 makedepends=('cmake' 'ros-build-tools'
-  ${ros_makedepends[@]})
+  ${ros_makedepends[@]}
+  git)

 ros_depends=(ros-melodic-message-runtime
+             ros-melodic-actionlib-msgs
+             ros-melodic-geometry-msgs
              ros-melodic-std-msgs
              )
 depends=(${ros_depends[@]}

Also, it would be best to hand this package over to @bionade24 so it can be included into the melodic CI/CD system.