summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-06-10 13:18:42 -0300
committerAngelo Elias Dal Zotto2023-06-10 13:18:42 -0300
commit179e7df600c6e33b4e4d8892e7d6babfc1d21440 (patch)
treebaaef48557dd963f64556d9dc64f1ac6da3a67c9
parent55550d9ac3d8be169f730ae06e75aac0ba899b74 (diff)
downloadaur-179e7df600c6e33b4e4d8892e7d6babfc1d21440.tar.gz
update build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 346c85170d1d..ff17b02d1e17 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.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pal-robotics/play_motion2/
arch = any
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 44704b1d15f6..d9671f49ca64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgroot=play_motion2
_pkgname=play_motion2_msgs
pkgname=ros2-humble-play-motion2-msgs
pkgver=0.0.8
-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')
@@ -13,11 +13,10 @@ makedepends=('cmake')
source=("https://github.com/pal-robotics/play_motion2/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('2cb01f576e8c06a5f5c75f75dc3e61c9fb8149041236fc8afd2061b9f09edac2')
-prepare() {
- source /opt/ros/humble/setup.bash
-}
build() {
+ source /opt/ros/humble/setup.bash
+
cmake -B build -S "$_pkgroot-$pkgver/$_pkgname" \
-DCMAKE_BUILD_TYPE='None' \
-DCMAKE_INSTALL_PREFIX='/opt/ros/humble' \