Package Details: ignition-fuel_tools-4 4.9.0-1

Git Clone URL: https://aur.archlinux.org/ignition-fuel_tools-4.git (read-only, click to copy)
Package Base: ignition-fuel_tools-4
Description: A client library and command line tools for interacting with Gazebo Fuel servers.
Upstream URL: https://gazebosim.org/libs/fuel_tools
Licenses: Apache
Groups: development
Provides: ignition-fuel_tools
Submitter: Homalozoa
Maintainer: acxz
Last Packager: acxz
Votes: 1
Popularity: 0.000000
First Submitted: 2020-12-10 08:30 (UTC)
Last Updated: 2023-06-13 11:57 (UTC)

Pinned Comments

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

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

Latest Comments

acxz commented on 2022-05-10 04:09 (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:11 (UTC) (edited on 2022-05-09 13:11 (UTC) by billypilgrim)

Here's the fix:

diff --git a/PKGBUILD b/PKGBUILD
index db58dcc..49fe944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,9 +14,9 @@ makedepends=('ignition-cmake>=2')
 optdepends=('ruby')
 conflicts=()
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/ign-fuel-tools/archive/ignition-fuel-tools4_${pkgver}.tar.gz")
-sha256sums=('aa888518a650ef68ce8c37d97f53c63861295e3b210a68b4be514a727b5ba228')
+sha256sums=('ad218743ac35cc71f5324a13a34959c596c1d6e5c25da52870fcbab02432939d')

-_dir="ign-fuel-tools-ignition-fuel-tools4_${pkgver}"
+_dir="gz-fuel-tools-ignition-fuel-tools4_${pkgver}"

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

billypilgrim commented on 2022-05-09 11:43 (UTC)

This package currently won't build

==> Making package: ignition-fuel_tools-4 4.4.0-1 (Mon 09 May 2022 12:42:09 BST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading ignition-fuel_tools-4-4.4.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  394k    0  394k    0     0   544k      0 --:--:-- --:--:-- --:--:--  544k
==> Validating source files with sha256sums...
    ignition-fuel_tools-4-4.4.0.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

Homalozoa commented on 2021-04-19 07:13 (UTC)

I've upload ignition-common-3 package, but I saw [ignition-common] is still out-of-date in 3.9.0. So I have to wait until it update to 4 before modified this package.

leuko commented on 2021-04-10 08:28 (UTC) (edited on 2021-04-10 08:36 (UTC) by leuko)

newest ignition-common version is 4.0.0, and newest ignition-common3 version is 3.12.

(ignition-fuel_tools-4 needs ignition-common3 as a dependency](https://github.com/ignitionrobotics/ign-fuel-tools/blob/4c9b3c79fdc2102b16d7e2ff7aee7790e6b54d57/CMakeLists.txt#L50)

acxz commented on 2020-12-11 16:44 (UTC)

Thanks!

Homalozoa commented on 2020-12-11 05:57 (UTC)

My mistake. I've fixed the version error.

acxz commented on 2020-12-10 18:09 (UTC) (edited on 2020-12-10 18:11 (UTC) by acxz)

It seems like the wrong version is being used for this package. ignition-fuel_tools-4 implies this package is on the latest ignition-fuel_tools-4 version not on major version 5.

you'll probably have to fix it with an epoch bump: See: https://wiki.archlinux.org/index.php/PKGBUILD#epoch