Package Details: kicad-allegro-git r9.4968f13-1

Git Clone URL: https://aur.archlinux.org/kicad-allegro-git.git (read-only, click to copy)
Package Base: kicad-allegro-git
Description: Converter from Allegro to KiCad, and Allegro extract viewer
Upstream URL: https://github.com/system76/kicad-allegro
Keywords: allegro kicad
Licenses: unkown
Conflicts: kicad-allegro
Provides: kicad-allegro
Submitter: taotieren
Maintainer: taotieren
Last Packager: taotieren
Votes: 0
Popularity: 0.000000
First Submitted: 2022-08-20 06:02 (UTC)
Last Updated: 2024-02-18 07:35 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

taotieren commented on 2024-02-18 07:39 (UTC)

@dreieck Thank you very much, received your feedback, fixed it, do you agree to add you as a co-maintainer?

dreieck commented on 2024-01-25 15:59 (UTC)

Please do check on this issue and move cargo from depends to makedepends if applicable.

Regards and thanks for maintaining!

dreieck commented on 2023-11-28 12:08 (UTC)

Your current $pkgver is just a git commit hash. This is not strongly monotoneously increasing with each upstream commit, which is required!

Please use a pkgver() function which ensures strongly monotoneously increasing $pkgver, as a last resort you can use something that produces

r<commit_count>.g<commit_hash>.

If you do so, you must increment $epoch (if not yet present, set epoch=1).

Regards and thanks for maintaining!

dreieck commented on 2023-11-28 12:06 (UTC)

Is cargo really needed as a dependency, and not just as a make dependency?

Please consider moving it to makedepends (and if just some libraries are needed list them seperately).

Regards!