summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:35:58 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:35:58 -0300
commit7c64a68861b75eddfc74d1641ca4db7c575c5b98 (patch)
tree692ebabc7b91b15978a91d2220d174b7932619cd
parent18b75180d821c96bb10b9573802709a54c4adf57 (diff)
downloadaur-7c64a68861b75eddfc74d1641ca4db7c575c5b98.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 161ce2eceece..e1d9f08b7c3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-nav2-lifecycle-manager
pkgdesc = A controller/manager for the lifecycle nodes of the Navigation 2 system
pkgver = 1.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/nav2_lifecycle_manager/
arch = any
makedepends = ros2-humble-nav2-common
diff --git a/PKGBUILD b/PKGBUILD
index 1777869887f1..6c69ffbc616a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=nav2_lifecycle_manager
pkgname=ros2-humble-nav2-lifecycle-manager
pkgver=1.1.6
-pkgrel=1
+pkgrel=2
pkgdesc="A controller/manager for the lifecycle nodes of the Navigation 2 system"
url="https://index.ros.org/p/nav2_lifecycle_manager/"
arch=('any')
@@ -29,6 +29,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}