summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:58:28 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:58:28 -0300
commit64940a543460f2e009c237e0688e1011ba717266 (patch)
treeef847d7043ab2e797786b4a2c73d64e918f015f7
parentf6fe5cc1ee19c2f3c6a1a653d23923f3e29e4f51 (diff)
downloadaur-64940a543460f2e009c237e0688e1011ba717266.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 5bd8b5b3e3b3..82fe126fba2a 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 = 1
+ pkgrel = 2
url = https://index.ros.org/p/moveit_ros_planning/
arch = any
makedepends = ros2-humble-moveit-common
diff --git a/PKGBUILD b/PKGBUILD
index 541ed37bbdf1..35ec4ca70509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=moveit_ros/planning
pkgname=ros2-humble-moveit-ros-planning
pkgver=2.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="Planning components of MoveIt that use ROS"
url="https://index.ros.org/p/moveit_ros_planning/"
arch=('any')
@@ -29,6 +29,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}