summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-06-10 13:06:10 -0300
committerAngelo Elias Dal Zotto2023-06-10 13:06:10 -0300
commit3fad30bd716199835cfe3e52c2723d7dfa9506ab (patch)
tree923d6e5357c6b391bff9cf938a0b154f9dc27a06 /PKGBUILD
parent743784c5493d3ed89a0b255f7c864eebf63dde24 (diff)
downloadaur-ros2-humble-joint-state-publisher-gui.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 9c27a34e37e2..8a864d5de9cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgroot=joint_state_publisher
_pkgname=joint_state_publisher_gui
pkgname=ros2-humble-joint-state-publisher-gui
pkgver=2.3.0
-pkgrel=3
+pkgrel=4
pkgdesc="This package contains a GUI tool for setting and publishing joint state values for a given URDF"
url="https://index.ros.org/p/joint_state_publisher_gui/"
arch=('any')
@@ -17,11 +17,10 @@ depends=(
source=("https://github.com/ros/joint_state_publisher/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('648d177b988b1da6316cea552cd999c37dd35ec514f7d1d9edd4a823ab2656d3')
-prepare() {
- source /opt/ros/humble/setup.bash
-}
build() {
+ source /opt/ros/humble/setup.bash
+
cd "$_pkgroot-$pkgver/$_pkgname"
python -m build --wheel --no-isolation
}