summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee43bf99acb1..45fcbd3d5627 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.7
- 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 19c448d2c2fe..0ea1e55c33f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgroot=navigation2
_pkgname=nav2_lifecycle_manager
pkgname=ros2-humble-nav2-lifecycle-manager
pkgver=1.1.7
-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')
@@ -22,11 +22,10 @@ depends=(
source=("https://github.com/ros-planning/navigation2/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('1d89dc1ad7c75d4d1645c882a5aee037ca965908344a158bb9669ad80a85196b')
-prepare() {
- source /opt/ros/humble/setup.bash
-}
build() {
+ source /opt/ros/humble/setup.bash
+
cmake -B build -S "$_pkgroot-$pkgver/$_pkgname" \
-DCMAKE_BUILD_TYPE='None' \
-DCMAKE_INSTALL_PREFIX='/opt/ros/humble' \