summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:36:13 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:36:13 -0300
commite1ab41497e63aade37135110dad17e3c3daaf453 (patch)
tree154b3d60ec1cf9db0f9b423f3c53206b17fdae8d
parentc1e08aeca9a00a018f61a35266d59603489dcf94 (diff)
downloadaur-e1ab41497e63aade37135110dad17e3c3daaf453.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 49dfc9bb5d5c..601e6b6c457d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 292faa3efa77..44c7c6a19607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}