summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-06-10 10:55:15 -0300
committerAngelo Elias Dal Zotto2023-06-10 10:55:15 -0300
commit606232032eb875c6dab02db18ec74d477f6bcdfa (patch)
treeeaaf37ba9f094023be6d3fed1a9f53fb56843452
parente85f0ec45e3aa625a722512c1194b03e609522b7 (diff)
downloadaur-606232032eb875c6dab02db18ec74d477f6bcdfa.tar.gz
update build
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b594a1f7be0..5594433d5e06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-urdf-parser-py
pkgdesc = Python implementation of the URDF parser
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/urdf_parser_py/
arch = any
makedepends = python-build
@@ -11,6 +11,6 @@ pkgbase = ros2-humble-urdf-parser-py
depends = python-lxml
depends = python-yaml
source = https://github.com/ros/urdf_parser_py/archive/refs/tags/1.2.1.tar.gz
- sha256sums = ea7ca336bf0e7d47048769634eb3ca63fc773cbdeef8ed2a7c38230151cc3b45
+ sha256sums = 35252568e329c86ee352c4285ad12dbd3430c88abbe441078687cd49f843f591
pkgname = ros2-humble-urdf-parser-py
diff --git a/PKGBUILD b/PKGBUILD
index 679f414767b7..686b02ce6e35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=urdf_parser_py
pkgname=ros2-humble-urdf-parser-py
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python implementation of the URDF parser"
url="https://index.ros.org/p/urdf_parser_py/"
arch=('any')
@@ -15,7 +15,7 @@ depends=(
)
makedepends=(python-build python-installer python-wheel)
source=("https://github.com/ros/urdf_parser_py/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('ea7ca336bf0e7d47048769634eb3ca63fc773cbdeef8ed2a7c38230151cc3b45')
+sha256sums=('35252568e329c86ee352c4285ad12dbd3430c88abbe441078687cd49f843f591')
prepare() {
source /opt/ros/humble/setup.bash
@@ -27,6 +27,6 @@ build() {
}
package() {
- cd "$_pkgroot-$pkgver"
+ cd "$_pkgname-$pkgver"
python -m installer --destdir="$pkgdir" --prefix="/opt/ros/humble" dist/*.whl
}