summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:47:51 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:47:51 -0300
commitd0b3faef42a9511acbd185d0564b9f6cbbe49747 (patch)
tree2d6027d5359f53769f84baa869d3ffd84a4e3647
parente843a52d2268f61eede02e1cc9c1489a86f98dd9 (diff)
downloadaur-d0b3faef42a9511acbd185d0564b9f6cbbe49747.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 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
}