summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:42:18 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:42:18 -0300
commitaa3eeb259605a953e14cc0a2be9235116d0e797e (patch)
treec7a4c5ba98e7ad06405ecdbae3afbb58177112e8 /PKGBUILD
parent0379ed8e1ac4a8c29436167434b834c863a35c64 (diff)
downloadaur-aa3eeb259605a953e14cc0a2be9235116d0e797e.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 6596d0355efa..3fbe090d9518 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=nav2_velocity_smoother
pkgname=ros2-humble-nav2-velocity-smoother
pkgver=1.1.6
-pkgrel=1
+pkgrel=2
pkgdesc="Nav2's Output velocity smoother"
url="https://index.ros.org/p/nav2_velocity_smoother/"
arch=('any')
@@ -27,6 +27,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}