summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:58:43 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:58:43 -0300
commite23db184c5bb64f7beef70cb7c4c49e2d4f32449 (patch)
tree1237aba943a596d77bc6488e092cad7016b73289
parentebcee271cf75a92b214dec232afb99be74abbf3a (diff)
downloadaur-e23db184c5bb64f7beef70cb7c4c49e2d4f32449.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 ef0f0acbaa9c..ad3f8da63a27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-play-motion2-msgs
pkgdesc = associated messages to play and handle pre-recorded motions in ROS2
pkgver = 0.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pal-robotics/play_motion2/
arch = any
depends = ros2-humble
diff --git a/PKGBUILD b/PKGBUILD
index 13b20db2edb9..65873394d7f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=play_motion2_msgs
pkgname=ros2-humble-play-motion2-msgs
pkgver=0.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="associated messages to play and handle pre-recorded motions in ROS2"
url="https://github.com/pal-robotics/play_motion2/"
arch=('any')
@@ -20,6 +20,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}