summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:53:41 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:53:41 -0300
commit8e17a85da33610fe745e2defde4c07ac0816cb8a (patch)
treee08478b0b1064b1e02bbc1766a111cbb3608297c
parenta37baea1f7b381579773e9e1068137dff7543572 (diff)
downloadaur-8e17a85da33610fe745e2defde4c07ac0816cb8a.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 30863a0b396a..57969592a4dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-nav2-bringup
pkgdesc = Bringup scripts and configurations for the Nav2 stack
pkgver = 1.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/nav2_bringup/
arch = any
depends = ros2-humble
diff --git a/PKGBUILD b/PKGBUILD
index 82eaf20073b5..db89839ec942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=nav2_bringup
pkgname=ros2-humble-nav2-bringup
pkgver=1.1.6
-pkgrel=1
+pkgrel=2
pkgdesc="Bringup scripts and configurations for the Nav2 stack"
url="https://index.ros.org/p/nav2_bringup/"
arch=('any')
@@ -25,6 +25,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}