summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-06-10 13:20:24 -0300
committerAngelo Elias Dal Zotto2023-06-10 13:20:24 -0300
commit53b788c9af2d1f9d0edd121148d510a383e64581 (patch)
tree77efc091834cd388601265dd4a661a73729201fb
parent9972a68b1793b07f5b6df9ca5559d9cde188a17e (diff)
downloadaur-53b788c9af2d1f9d0edd121148d510a383e64581.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 5088a0b0e8ea..c14c3b0fad01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-smclib
pkgdesc = Converts a language-independent description of a state machine into the source code to support that state machine.
pkgver = 3.0.2
- pkgrel = 3
+ pkgrel = 4
url = https://index.ros.org/p/smclib/
arch = any
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 1c9df38f233a..3f73a850f60b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgroot=bond_core
_pkgname=smclib
pkgname=ros2-humble-smclib
pkgver=3.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="Converts a language-independent description of a state machine into the source code to support that state machine."
url="https://index.ros.org/p/smclib/"
arch=('any')
@@ -15,11 +15,10 @@ makedepends=('cmake')
source=("https://github.com/ros/bond_core/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('16f0a741c238057146c50f4537d0e41c6c1842f7890a9fea1e782743ec9909f3')
-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' \