summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-03-14 21:50:08 -0300
committerAngelo Elias Dal Zotto2023-03-14 21:50:08 -0300
commit05b516ade54d8024e39ee7f4024c3d4a60415fa0 (patch)
treeb8bdecd6df45f9f6ea8daac7cfcf7cf7b59047f9
parent34449f4c3919cd371f5f26a059851ff18cf47ab6 (diff)
downloadaur-05b516ade54d8024e39ee7f4024c3d4a60415fa0.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 6bfcaaa7039e..0232c19ad516 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-humble-tl-expected
pkgdesc = C++11/14/17 std::expected with functional-style extensions
pkgver = 1.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://index.ros.org/p/tl_expected/
arch = any
depends = ros2-humble
diff --git a/PKGBUILD b/PKGBUILD
index 2f473182e21d..67e8d79ef552 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=tl_expected
pkgname=ros2-humble-tl-expected
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="C++11/14/17 std::expected with functional-style extensions"
url="https://index.ros.org/p/tl_expected/"
arch=('any')
@@ -22,6 +22,7 @@ prepare() {
}
build() {
+source /opt/ros/humble/setup.bash
make -C build
}