summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-06-10 13:06:49 -0300
committerAngelo Elias Dal Zotto2023-06-10 13:06:49 -0300
commit159f13cec47bfb25ff1c5f6500f3dc9a7f8e7602 (patch)
treec60dbba1fba32df707b313bd51ab4f724c89a2dd /PKGBUILD
parent27c9c95ee9d72e5e5df4e83c6be03cf848c8b712 (diff)
downloadaur-ros2-humble-launch-param-builder.tar.gz
update build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 390583c3e83c..08eb5a5abdf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=launch_param_builder
pkgname=ros2-humble-launch-param-builder
pkgver=0.1.1
-pkgrel=4
+pkgrel=5
pkgdesc="Python library for loading parameters in launch files"
url="https://index.ros.org/p/launch_param_builder/"
arch=('any')
@@ -14,13 +14,14 @@ depends=(
'ros2-humble-xacro'
)
source=("https://github.com/PickNikRobotics/launch_param_builder/archive/refs/tags/${pkgver}.tar.gz")
+ source /opt/ros/humble/setup.bash
+
sha256sums=('2066c810d4ccc35577720f011e1a0daff5ed2b4bb9130d7fe64e48b3ed45cb07')
-prepare() {
- source /opt/ros/humble/setup.bash
-}
build() {
+ source /opt/ros/humble/setup.bash
+
cd "$_pkgname-$pkgver"
python -m build --wheel --no-isolation
}