summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:50:54 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:50:54 -0300
commit7a18f56cbf687f2b55dc349f0ffa8594a9089d68 (patch)
treef9078a0ad7ac1f0cfa3ac3b0664dd8f0db2c1878
parent98074c88c7955f7669d78862f836b2d8ae82733c (diff)
downloadaur-7a18f56cbf687f2b55dc349f0ffa8594a9089d68.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 9e5811bd0bc5..d7cf6960f9c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-realtime-tools
pkgdesc = Contains a set of tools that can be used from a hard realtime thread, without breaking the realtime behavior
pkgver = 2.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/realtime_tools/
arch = any
depends = ros2-humble
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
}