summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:39:16 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:39:16 -0300
commitc6a07c5750638d675445f1b3506f1f58b7a6a123 (patch)
tree0dbdc6bf337664e39450d45332e574c348068a0f
parent2fd3419a73098dcb705dcea5c1fc61f8a4ecff5e (diff)
downloadaur-c6a07c5750638d675445f1b3506f1f58b7a6a123.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 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
}