summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:38:44 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:38:44 -0300
commitc628d7326a3f7d096c16c64f0e977671ff3d5b55 (patch)
tree8d695e8b829198b4d54c99a9972133b7448f551e
parentddf29ad28298bad07aa15def13c78feb3bdb7604 (diff)
downloadaur-c628d7326a3f7d096c16c64f0e977671ff3d5b55.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 2c67aea6634b..1cd2b32c240a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-dwb-msgs
pkgdesc = Message/Service definitions specifically for the dwb_core
pkgver = 1.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/dwb_msgs/
arch = any
depends = ros2-humble
diff --git a/PKGBUILD b/PKGBUILD
index 0ebba117f023..790f8d4fdc63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=nav2_dwb_controller/dwb_msgs
pkgname=ros2-humble-dwb-msgs
pkgver=1.1.6
-pkgrel=1
+pkgrel=2
pkgdesc="Message/Service definitions specifically for the dwb_core"
url="https://index.ros.org/p/dwb_msgs/"
arch=('any')
@@ -23,6 +23,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}