summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent34449f4c3919cd371f5f26a059851ff18cf47ab6 (diff)
downloadaur-05b516ade54d8024e39ee7f4024c3d4a60415fa0.tar.gz
Fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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
}