summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:37:43 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:37:43 -0300
commit7e7421a3970658ed9fc4b61c85b03c76c40330a9 (patch)
tree718178a0dd0b14a3e7696475e9fc702a4d58e1ef /PKGBUILD
parent24b42306a6820f18fe79edc5e5a30cb86aa9854d (diff)
downloadaur-7e7421a3970658ed9fc4b61c85b03c76c40330a9.tar.gz
Fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56c4ccba3d8a..dad287294ef7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=nav2_dwb_controller/dwb_plugins
pkgname=ros2-humble-dwb-plugins
pkgver=1.1.6
-pkgrel=1
+pkgrel=2
pkgdesc="Standard implementations of the GoalChecker and TrajectoryGenerators for dwb_core"
url="https://index.ros.org/p/dwb_plugins/"
arch=('any')
@@ -27,6 +27,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}