summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-06-10 13:19:08 -0300
committerAngelo Elias Dal Zotto2023-06-10 13:19:08 -0300
commit5d102f33b58307a92f7530bfb41adc73e6cdcd92 (patch)
tree16592a3b57b47a61c6d5e58acd835e58cc2171ed /PKGBUILD
parent2ea472b2c62a08b00b251a21925a95f99255a8fa (diff)
downloadaur-ros2-humble-random-numbers.tar.gz
update build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c47802b3464d..5bfb8d66995b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=random_numbers
pkgname=ros2-humble-random-numbers
pkgver=2.0.1
-pkgrel=3
+pkgrel=4
pkgdesc="This library contains wrappers for generating floating point values, integers, quaternions using boost libraries."
url="https://index.ros.org/p/random_numbers/"
arch=('any')
@@ -18,11 +18,10 @@ makedepends=(
source=("https://github.com/ros-planning/random_numbers/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('bbdc63312131245e69d590ada5adf9f741b4da084541e40091886f3cb83f83a6')
-prepare() {
- source /opt/ros/humble/setup.bash
-}
build() {
+ source /opt/ros/humble/setup.bash
+
cmake -B build -S "$_pkgname-$pkgver" \
-DCMAKE_BUILD_TYPE='None' \
-DCMAKE_INSTALL_PREFIX='/opt/ros/humble' \