summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-06-10 13:22:37 -0300
committerAngelo Elias Dal Zotto2023-06-10 13:22:37 -0300
commit87dcb4f3e3587f6a428b45eff81573be14c2a67a (patch)
tree0f0d3c6fbcb5e04e10ddd6ca435980fb79fb0ede
parent41c926d4c3f05390d8e3568e160fbcadcca0066b (diff)
downloadaur-87dcb4f3e3587f6a428b45eff81573be14c2a67a.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 280cd796e24a..2fc3388ccc62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-xacro
pkgdesc = A tool to construct shorter and more readable XML files by using macros that expand to larger XML expressions
pkgver = 2.0.9
- pkgrel = 3
+ pkgrel = 4
url = https://index.ros.org/p/xacro/
arch = any
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 4d13060f0c64..9a050b51170f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=xacro
pkgname=ros2-humble-xacro
pkgver=2.0.9
-pkgrel=3
+pkgrel=4
pkgdesc="A tool to construct shorter and more readable XML files by using macros that expand to larger XML expressions"
url="https://index.ros.org/p/xacro/"
arch=('any')
@@ -15,11 +15,10 @@ makedepends=('cmake')
source=("https://github.com/ros/xacro/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('a8802a5b48f7479bae1238e822ac4ebb47660221eb9bc40a608e899d60f3f7e4')
-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' \