Skip to content

Commit

Permalink
Fix ament_cmake (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2-farzan authored and actions-user committed Aug 29, 2022
1 parent 33f0f0f commit f1482fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit f1482fc

Please sign in to comment.