summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c60b9aa3e8db..e26640a8c876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=moveit_plugins/moveit_simple_controller_manager
pkgname=ros2-humble-moveit-simple-controller-manager
pkgver=2.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="A generic, simple controller manager plugin for MoveIt"
url="https://index.ros.org/p/moveit_simple_controller_manager/"
arch=('any')
@@ -26,6 +26,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}