summarylogtreecommitdiffstats
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
parent977dcc27e97870fa253c505dc74b11e6be254f62 (diff)
downloadaur-4ec4c5234075b1e474f52030e4a476c99bb09b82.tar.gz
Fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5004dfa6bfe5..97626b3bf3db 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 = 1
+ pkgrel = 2
url = https://index.ros.org/p/xacro/
arch = any
depends = ros2-humble
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
}