summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:37:13 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:37:13 -0300
commitdf27e41b9fb3f87f7ce84eb96de82086443bb821 (patch)
tree20cf13fc8c16a38fec319dd4abf4e83d948e855f
parent3373ed904b841d0c87b6de5e466d75f817d9d853 (diff)
downloadaur-df27e41b9fb3f87f7ce84eb96de82086443bb821.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 355e760e8d9d..f536286a05e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-moveit-ros-warehouse
pkgdesc = Components of MoveIt connecting to MongoDB
pkgver = 2.5.4
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/moveit_ros_warehouse/
arch = any
makedepends = ros2-humble-moveit-common
diff --git a/PKGBUILD b/PKGBUILD
index f4d5b1337989..dd47147290bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=moveit_ros/warehouse
pkgname=ros2-humble-moveit-ros-warehouse
pkgver=2.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="Components of MoveIt connecting to MongoDB"
url="https://index.ros.org/p/moveit_ros_warehouse/"
arch=('any')
@@ -28,6 +28,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}