summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:51:25 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:51:25 -0300
commit787e43e283cc02eb199145d145c31f4fce64f44e (patch)
treec5beddf3fa1909e0a65c7017f76e6d50715583da /PKGBUILD
parent5bc812ccd6f225736f3bac33edcbdadab659e5cc (diff)
downloadaur-787e43e283cc02eb199145d145c31f4fce64f44e.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 f5113aee9313..f6d7a288caa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=nav2_regulated_pure_pursuit_controller
pkgname=ros2-humble-nav2-regulated-pure-pursuit-controller
pkgver=1.1.6
-pkgrel=1
+pkgrel=2
pkgdesc="Regulated Pure Pursuit Controller"
url="https://index.ros.org/p/nav2_regulated_pure_pursuit_controller/"
arch=('any')
@@ -28,6 +28,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}