summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:37:59 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:37:59 -0300
commit500b37237e4b2fe031fcf8dd6d6a15d575c664d3 (patch)
treea6567185b201613d04c75158875f5d4af025c366
parentfd04b2a708b13beb4bdf1a8aebd0b153e4e8fa3f (diff)
downloadaur-500b37237e4b2fe031fcf8dd6d6a15d575c664d3.tar.gz
Fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83c43afd111e..599b95fca0e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-control-msgs
pkgdesc = control_msgs contains base messages and actions useful for controlling robots. It provides representations for controller setpoints and joint and cartesian trajectories.
pkgver = 4.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/control_msgs/
arch = any
depends = ros2-humble
diff --git a/PKGBUILD b/PKGBUILD
index 57e6450447f2..2ae71820f395 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=control_msgs
pkgname=ros2-humble-control-msgs
pkgver=4.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="control_msgs contains base messages and actions useful for controlling robots. It provides representations for controller setpoints and joint and cartesian trajectories."
url="https://index.ros.org/p/control_msgs/"
arch=('any')
@@ -20,6 +20,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}