summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-06-10 13:01:07 -0300
committerAngelo Elias Dal Zotto2023-06-10 13:01:07 -0300
commitcd969e543486a7b1c650eaafb6179150ffdff5ad (patch)
treed9edbccefb1a3c21b4e760ab9927cfafc02e063d
parentc13fa64d97abd322faab9e13d005afa680b03292 (diff)
downloadaur-ros2-humble-control-msgs.tar.gz
update build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 692cfe1b1879..61d2153e8392 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.1
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/control_msgs/
arch = any
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 622f8c4c0550..4de2d4e6f3b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgroot=control_msgs
_pkgname=control_msgs
pkgname=ros2-humble-control-msgs
pkgver=4.1.1
-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')
@@ -13,11 +13,10 @@ makedepends=('cmake')
source=("https://github.com/ros-controls/control_msgs/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('ac3b5e1c1b1e04683b14f9a2600052bb0c5337f66222d31c292ea03c145ce915')
-prepare() {
- source /opt/ros/humble/setup.bash
-}
build() {
+ source /opt/ros/humble/setup.bash
+
cmake -B build -S "$_pkgroot-$pkgver/$_pkgname" \
-DCMAKE_BUILD_TYPE='None' \
-DCMAKE_INSTALL_PREFIX='/opt/ros/humble' \