summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMohammad Farzan2021-05-31 19:57:52 +0430
committerMohammad Farzan2021-06-01 00:18:06 +0430
commit9cdfe77176956d945d5fdce7de2dd30f9136ebc8 (patch)
tree96e1f1320505cb3cbf09bae17663cdeb303fc98e /PKGBUILD
parent38c6fdc07b7e6e60b7a1c9ce293b5380c51955f7 (diff)
downloadaur-9cdfe77176956d945d5fdce7de2dd30f9136ebc8.tar.gz
Fixed google_benchmark_vendor numeric_limits error
Fixes: https://aur.archlinux.org/packages/ros2-foxy/#comment-810415
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6990b2987c1c..a66211ba6867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ros2-foxy
pkgver=2020.12.11
-pkgrel=2
+pkgrel=3
pkgdesc="A set of software libraries and tools for building robot applications"
url="https://docs.ros.org/en/foxy/"
arch=('any')
@@ -49,6 +49,8 @@ prepare() {
git -C $srcdir/ros2/src/ros2/rcutils cherry-pick 618a9d94565ab844b9f40e0f5828ddbab2bcdad1
## ros1_bridge
git -C $srcdir/ros2/src/ros2/ros1_bridge revert 81b7610568286ec7b390c64cf6207b362d0a6550 --no-edit
+ ## google_benchmark_vendor
+ git -C $srcdir/ros2/src/ament/google_benchmark_vendor checkout main
}
build() {