summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:33:55 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:33:55 -0300
commit08501eed0c1417d7894f760a4729491636c3deae (patch)
treeabaff76da5ebbe8f29d0a7c1229aac115bae951f
parent781dcb8012c36be71fd69e4fc2355eb484cc100e (diff)
downloadaur-08501eed0c1417d7894f760a4729491636c3deae.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 6e1f3eaed5ac..0558a24f2695 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-controller-manager-msgs
pkgdesc = Messages and services for the controller manager
pkgver = 2.24.1
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/controller_manager_msgs/
arch = any
depends = ros2-humble
diff --git a/PKGBUILD b/PKGBUILD
index 603dd4eeb6f0..9b177dd21b60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=controller_manager_msgs
pkgname=ros2-humble-controller-manager-msgs
pkgver=2.24.1
-pkgrel=1
+pkgrel=2
pkgdesc="Messages and services for the controller manager"
url="https://index.ros.org/p/controller_manager_msgs/"
arch=('any')
@@ -22,6 +22,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}