summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 032c7f8209a1..21cb3e5c50ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=realtime_tools
pkgname=ros2-humble-realtime-tools
pkgver=2.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Contains a set of tools that can be used from a hard realtime thread, without breaking the realtime behavior"
url="https://index.ros.org/p/realtime_tools/"
arch=('any')
@@ -22,6 +22,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}