summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:46:06 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:46:06 -0300
commitde88c899d00770e44936cfa26df811a77f9c35b3 (patch)
tree08bc1ba3f419ba915d0fe7b4b52ddcc39ff8d88c
parent9339c52583629be15f0e17e372fe877af121ff81 (diff)
downloadaur-de88c899d00770e44936cfa26df811a77f9c35b3.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 7e5396e7f480..9b838aa341d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-twist-mux
pkgdesc = Twist multiplexer, which multiplex several velocity commands (topics) and allows to priorize or disable them (locks).
pkgver = 4.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/twist_mux/
arch = any
depends = ros2-humble
diff --git a/PKGBUILD b/PKGBUILD
index 887a6ee7f826..fe17fad8ec66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=twist_mux
pkgname=ros2-humble-twist-mux
pkgver=4.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Twist multiplexer, which multiplex several velocity commands (topics) and allows to priorize or disable them (locks)."
url="https://index.ros.org/p/twist_mux/"
arch=('any')
@@ -23,6 +23,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}