Package Details: sysd-manager 2.8.1-1

Git Clone URL: https://aur.archlinux.org/sysd-manager.git (read-only, click to copy)
Package Base: sysd-manager
Description: A systemd GUI to manage service, timer, socket and other units.
Upstream URL: https://github.com/plrigaux/sysd-manager
Licenses: GPL-3.0-or-later
Submitter: plrigaux
Maintainer: plrigaux
Last Packager: plrigaux
Votes: 5
Popularity: 0.98
First Submitted: 2025-02-04 16:26 (UTC)
Last Updated: 2025-11-14 03:10 (UTC)

Latest Comments

1 2 3 Next › Last »

plrigaux commented on 2025-11-11 04:04 (UTC)

I did some changes to the PKGBUILD and I run namcap to check the compliance

Technetium1 commented on 2025-11-09 16:20 (UTC) (edited on 2025-11-09 17:14 (UTC) by Technetium1)

Please normalize double quotes and remove all unused variables, including install. The current license GPLv3+ is not in SPDX form. rust-sysd-manager.spec does explicitly specify GPL-3.0-or-later.

43615 commented on 2025-10-13 13:58 (UTC)

Thank you, 2.1.1-1 works. Hope you can fix whatever caused that ^^

plrigaux commented on 2025-10-13 13:53 (UTC)

Ok I burn a new version i.e. 2.1.1-1

The thing is that I force the version tag with git, but my deploy script doesn't handle it well

43615 commented on 2025-10-13 13:42 (UTC)

Doesn't work, looks like you only changed the pkgrel to 3. I'm not sure what's going on, the checksums in the PKGBUILD, the link on this page under "Sources", and the .tar.gz available on GitHub are all different.

plrigaux commented on 2025-10-13 13:27 (UTC)

2.1.0-3 supposed to work, is it? Works for me.

43615 commented on 2025-10-13 12:29 (UTC)

2.0.1 worked, but the current version unfortunately has the same issue. The checksum of the downloaded .tar.gz file is 2cf2...

plrigaux commented on 2025-10-09 12:26 (UTC) (edited on 2025-10-09 12:58 (UTC) by plrigaux)

Hello,

I did something different and I got the same error. I will republish.

Thank you

Edit

Fixed in version 2.0.1

43615 commented on 2025-10-09 04:17 (UTC)

Wrong checksum:

==> Making package: sysd-manager 2.0.0-1 (Thu Oct  9 06:15:26 2025)
==> Retrieving sources...
  -> Downloading v2.0.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
100 3433k    0 3433k    0     0  4202k      0 --:--:-- --:--:-- --:--:-- 4202k
==> Validating source files with sha256sums...
    v2.0.0.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'sysd-manager-2.0.0-1': 

plrigaux commented on 2025-09-24 19:03 (UTC)

why not update rust auto ?

Hello Maziaz, The PKGBUILD as the line makedepends=(cargo git) witch represent the dependencies to build this AUR package. Unfortunately, after few tries I didn't find the way to force to update rust to a minimum version.

Once I find out I will enforce it the PKGBUILD ;-)

As a workaround you can execute rustup update it will update rust to the latest version

Thank you