summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:34:25 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:34:25 -0300
commite1bc6a3c6c5b367030cbebc35f5567c890781669 (patch)
treeaae23e78d4410df5a9cb207549122cd65ee9543a /PKGBUILD
parent399672160e88d7167e1dd2023cefae68ef90a66e (diff)
downloadaur-e1bc6a3c6c5b367030cbebc35f5567c890781669.tar.gz
Fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 939e6eceb7fe..4eb36e29da4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=teleop_tools_msgs
pkgname=ros2-humble-teleop-tools-msgs
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="The teleop_tools_msgs package"
url="https://index.ros.org/p/teleop_tools_msgs/"
arch=('any')
@@ -22,6 +22,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}