summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-06-10 13:10:16 -0300
committerAngelo Elias Dal Zotto2023-06-10 13:10:16 -0300
commitd9aead777f0efd94c51e7aaea8b580dc5832a255 (patch)
treeac1418a85f5e2e49b16b6910a092c4bb7c1d58e7 /PKGBUILD
parentf1088b33a939a47e65c50f6ba27ff74bb6fd62f0 (diff)
downloadaur-ros2-humble-moveit-ros-visualization.tar.gz
update build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c10647149bd..ff7197f4ba3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgroot=moveit2
_pkgname=moveit_ros/visualization
pkgname=ros2-humble-moveit-ros-visualization
pkgver=2.5.4
-pkgrel=3
+pkgrel=4
pkgdesc="Components of MoveIt that offer visualization"
url="https://index.ros.org/p/moveit_ros_visualization/"
arch=('any')
@@ -23,11 +23,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' \