summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:51:55 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:51:55 -0300
commit943bc123e13ea9c7d650370dfdb0ee41612b835a (patch)
tree43eb4270f43b8a71e4b78d94bc1c007af2c256e6
parentad64afd6d0cb9100f5048b91c9966136046b5653 (diff)
downloadaur-943bc123e13ea9c7d650370dfdb0ee41612b835a.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 f31f3e5c002c..01a2951e3784 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-forward-command-controller
pkgdesc = Generic controller for forwarding commands
pkgver = 2.17.2
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/forward_command_controller/
arch = any
makedepends = ros2-humble-controller-manager
diff --git a/PKGBUILD b/PKGBUILD
index 0e50dd3da8c7..bac3b38e144e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=forward_command_controller
pkgname=ros2-humble-forward-command-controller
pkgver=2.17.2
-pkgrel=1
+pkgrel=2
pkgdesc="Generic controller for forwarding commands"
url="https://index.ros.org/p/forward_command_controller/"
arch=('any')
@@ -31,6 +31,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}