From f1482fc501505e4c5b88046c2ede4fd2e0be2fd8 Mon Sep 17 00:00:00 2001 From: Mohammad Farzan Date: Mon, 29 Aug 2022 10:46:06 +0430 Subject: [PATCH] Fix ament_cmake (#31) --- .SRCINFO | 2 +- PKGBUILD | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c4b0eef..aff4c5d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ros2-galactic pkgdesc = A set of software libraries and tools for building robot applications pkgver = 2021.07.16 - pkgrel = 16 + pkgrel = 17 url = https://docs.ros.org/en/galactic/ install = ros2-galactic.install arch = any diff --git a/PKGBUILD b/PKGBUILD index 739caff..7a22590 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgname=ros2-galactic pkgver=2021.07.16 -pkgrel=16 +pkgrel=17 pkgdesc="A set of software libraries and tools for building robot applications" url="https://docs.ros.org/en/galactic/" arch=('any') @@ -81,6 +81,8 @@ prepare() { git -C $srcdir/ros2/src/ros2/performance_test_fixture cherry-pick d736c276d292a78f9750aba39108d5222bf9629e ## rmw_cyclonedds_cpp git -C $srcdir/ros2/src/ros2/rmw_cyclonedds cherry-pick f57732d15be53796d518e12352866124efcaa939 + ## ament_cmake + git -C $srcdir/ros2/src/ament/ament_cmake cherry-pick ca8c26ea3c89e69c0c636b7cd0c088674c689f5f } build() {