summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:56:12 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:56:12 -0300
commit47d2d19fede09724cf4030eb4f8d6282deb85d1b (patch)
tree54e7db8165d0ae8074096d31a941485e6f277ac7
parent0241eb30e55b9f61271db8d723dc09ee5a6a8aac (diff)
downloadaur-47d2d19fede09724cf4030eb4f8d6282deb85d1b.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 dfc39faa725a..6b0fb4b93957 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-nav2-rotation-shim-controller
pkgdesc = Rotation Shim Controller
pkgver = 1.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/nav2_rotation_shim_controller/
arch = any
makedepends = ros2-humble-nav2-regulated-pure-pursuit-controller
diff --git a/PKGBUILD b/PKGBUILD
index e7dbe92b3d87..e36d1cc3f6bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=nav2_rotation_shim_controller
pkgname=ros2-humble-nav2-rotation-shim-controller
pkgver=1.1.6
-pkgrel=1
+pkgrel=2
pkgdesc="Rotation Shim Controller"
url="https://index.ros.org/p/nav2_rotation_shim_controller/"
arch=('any')
@@ -33,6 +33,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}