summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:52:56 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:52:56 -0300
commit4ef242550a98cbc666c03f321f5279e7533d4a4e (patch)
treee2875af8644bc3569971fdc80dac99122cdcbcec
parent019a08c387322baab843566d717ffb7568aeb87c (diff)
downloadaur-4ef242550a98cbc666c03f321f5279e7533d4a4e.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 fd913f0f3417..f710e22c8055 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-eigen-stl-containers
pkgdesc = This package provides a set of typedef's that allow using Eigen datatypes in STL containers
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/eigen_stl_containers/
arch = any
depends = ros2-humble
diff --git a/PKGBUILD b/PKGBUILD
index ec0c5ee6b7e8..e6a94e698b73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=eigen_stl_containers
pkgname=ros2-humble-eigen-stl-containers
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="This package provides a set of typedef's that allow using Eigen datatypes in STL containers"
url="https://index.ros.org/p/eigen_stl_containers/"
arch=('any')
@@ -23,6 +23,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}