Package Details: ignition-transport-8 8.4.0-3

Git Clone URL: https://aur.archlinux.org/ignition-transport-8.git (read-only, click to copy)
Package Base: ignition-transport-8
Description: Transport library for component communication based on publication/subscription and service calls.
Upstream URL: https://gazebosim.org/libs/transport
Licenses: Apache
Groups: development
Provides: ignition-transport
Submitter: Homalozoa
Maintainer: acxz
Last Packager: acxz
Votes: 1
Popularity: 0.000000
First Submitted: 2020-12-10 08:20 (UTC)
Last Updated: 2023-09-26 02:29 (UTC)

Pinned Comments

acxz commented on 2022-05-10 04:08 (UTC)

Development is on Github: https://github.com/acxz/gazebo-arch Please open issues and PRs there instead of commenting.

Latest Comments

angelodalzotto commented on 2023-06-10 17:39 (UTC)

Please add cppzmq as makedeps

acxz commented on 2022-05-10 04:08 (UTC)

Development is on Github: https://github.com/acxz/gazebo-arch Please open issues and PRs there instead of commenting.

billypilgrim commented on 2022-05-09 13:16 (UTC)

Currently not building. Here's the fix:

diff --git a/PKGBUILD b/PKGBUILD
index 04612f0..34c930a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,9 +14,9 @@ makedepends=('ignition-cmake>=2' 'util-linux')
 optdepends=()
 conflicts=()
 source=("https://github.com/ignitionrobotics/ign-transport/archive/ignition-transport8_${pkgver}.tar.gz")
-sha256sums=('5b1fe23f7704c7bb17884ab8151ef5462b52059575d11a85a13e72395f1967e7')
+sha256sums=('edc6f184c01a1d2cbc4fe3739428c56c89a56842827c4c6cb43cf35498d5a77d')

-_dir="ign-transport-ignition-transport8_${pkgver}"
+_dir="gz-transport-ignition-transport8_${pkgver}"

 build() {
   cd "${srcdir}/${_dir}"