summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8e050a36cee..69090c3d737f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-dwb-critics
pkgdesc = The dwb_critics package
pkgver = 1.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/dwb_critics/
arch = any
makedepends = ros2-humble-nav2-common
diff --git a/PKGBUILD b/PKGBUILD
index f9f129a82520..750bf1b94228 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=nav2_dwb_controller/dwb_critics
pkgname=ros2-humble-dwb-critics
pkgver=1.1.6
-pkgrel=1
+pkgrel=2
pkgdesc="The dwb_critics package"
url="https://index.ros.org/p/dwb_critics/"
arch=('any')
@@ -30,6 +30,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}