summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-06-10 13:10:01 -0300
committerAngelo Elias Dal Zotto2023-06-10 13:10:01 -0300
commitdd555728c2370b6ec577611530d1acbc5499e01b (patch)
treeb5a3c1a51ebe83c14571e94c0dbab9005c3094fb
parent694aa8a7e14b99feb4eadaf2f787f085df56ee70 (diff)
downloadaur-ros2-humble-moveit-ros-planning.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 f94ee83b151c..2a0d472de0ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-moveit-ros-planning
pkgdesc = Planning components of MoveIt that use ROS
pkgver = 2.5.4
- pkgrel = 3
+ pkgrel = 4
url = https://index.ros.org/p/moveit_ros_planning/
arch = any
makedepends = ros2-humble-moveit-common
diff --git a/PKGBUILD b/PKGBUILD
index 4d8388fa1e9d..2ec70ec97b4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgroot=moveit2
_pkgname=moveit_ros/planning
pkgname=ros2-humble-moveit-ros-planning
pkgver=2.5.4
-pkgrel=3
+pkgrel=4
pkgdesc="Planning components of MoveIt that use ROS"
url="https://index.ros.org/p/moveit_ros_planning/"
arch=('any')
@@ -21,11 +21,10 @@ depends=(
source=("https://github.com/ros-planning/moveit2/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('42ac45e2631d59203edfdfc2f521312f7ddef04ff5baf1fec43c65f79495d7a6')
-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' \