summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:50:39 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:50:39 -0300
commit4ec4c5234075b1e474f52030e4a476c99bb09b82 (patch)
treefab1a8386c3e948bf75fc8a8e312cd570c3b1343 /PKGBUILD
parent977dcc27e97870fa253c505dc74b11e6be254f62 (diff)
downloadaur-4ec4c5234075b1e474f52030e4a476c99bb09b82.tar.gz
Fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64d1be837000..cf348f9357d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ros2-humble-xacro
pkgver=2.0.9
-pkgrel=1
+pkgrel=2
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')
@@ -20,6 +20,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}