summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b70280acef9f..3d65e22a0b0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-tcb-span
pkgdesc = Implementation of C++20's std::span
pkgver = 1.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/tcb_span/
arch = any
depends = ros2-humble
diff --git a/PKGBUILD b/PKGBUILD
index db0bef56b82d..11fcfae5aa38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=tcb_span
pkgname=ros2-humble-tcb-span
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Implementation of C++20's std::span"
url="https://index.ros.org/p/tcb_span/"
arch=('any')
@@ -22,6 +22,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}