diff options
author | Angelo Elias Dal Zotto | 2023-03-14 21:36:13 -0300 |
---|---|---|
committer | Angelo Elias Dal Zotto | 2023-03-14 21:36:13 -0300 |
commit | e1ab41497e63aade37135110dad17e3c3daaf453 (patch) | |
tree | 154b3d60ec1cf9db0f9b423f3c53206b17fdae8d | |
parent | c1e08aeca9a00a018f61a35266d59603489dcf94 (diff) | |
download | aur-e1ab41497e63aade37135110dad17e3c3daaf453.tar.gz |
Fix
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = ros2-humble-nav2-waypoint-follower pkgdesc = A waypoint follower navigation server pkgver = 1.1.6 - pkgrel = 1 + pkgrel = 2 url = https://index.ros.org/p/nav2_waypoint_follower/ arch = any depends = ros2-humble @@ -3,7 +3,7 @@ _pkgname=nav2_waypoint_follower pkgname=ros2-humble-nav2-waypoint-follower pkgver=1.1.6 -pkgrel=1 +pkgrel=2 pkgdesc="A waypoint follower navigation server" url="https://index.ros.org/p/nav2_waypoint_follower/" arch=('any') @@ -28,6 +28,7 @@ prepare() { } build() { +source /opt/ros/humble/setup.bash make -C build } |