summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammad Farzan2022-06-07 09:10:57 +0430
committerGitHub Action2022-06-07 04:41:57 +0000
commita4bafaae670f4346b35012e59c1872b9e2e2cf98 (patch)
tree756e3f26f9817909b81fbde669736dfc1e370e7e
parent81967cd6001a6d72b081e9df27be27494f2f6e51 (diff)
downloadaur-a4bafaae670f4346b35012e59c1872b9e2e2cf98.tar.gz
Fix performance_test_fixture error with strcmp (#23)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 412cec0b61d4..16786a7e2d08 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 = 13
+ pkgrel = 14
url = https://docs.ros.org/en/galactic/
install = ros2-galactic.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 16bbb7b127ed..be058e071b90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=ros2-galactic
pkgver=2021.07.16
-pkgrel=13
+pkgrel=14
pkgdesc="A set of software libraries and tools for building robot applications"
url="https://docs.ros.org/en/galactic/"
arch=('any')
@@ -77,6 +77,8 @@ prepare() {
git -C $srcdir/ros2/src/ros2/realtime_support cherry-pick fa9a5545db8f641212de78c5924f1305e01bc7a8
## osrf_testing_tools_cpp
git -C $srcdir/ros2/src/osrf/osrf_testing_tools_cpp cherry-pick 869da204dd829308380df5a33e432670e474e54a
+ ## performance_test_fixture
+ git -C $srcdir/ros2/src/ros2/performance_test_fixture cherry-pick d736c276d292a78f9750aba39108d5222bf9629e
}
build() {