Package Details: bday-git 1.0.0.32.g508b2f6-1

Git Clone URL: https://aur.archlinux.org/bday-git.git (read-only, click to copy)
Package Base: bday-git
Description: CLI birthday tracker.
Upstream URL: https://github.com/rv178/bday
Licenses: MIT
Submitter: rv178
Maintainer: rv178
Last Packager: rv178
Votes: 0
Popularity: 0.000000
First Submitted: 2022-08-19 02:10 (UTC)
Last Updated: 2022-08-19 02:10 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

lmartinez-mirror commented on 2022-08-20 03:05 (UTC) (edited on 2022-08-20 03:05 (UTC) by lmartinez-mirror)

Hi, this PKGBUILD looked like it needed some work, so I wrote a patch for it here.

  • Adds a proper pkgver function. Ideally you should be tagging your releases through git, not relying on the Cargo.toml.

  • Added corrected makedepends. You should depend on cargo for building instead of rustup specifically since not all users use rustup.

  • Added a prepare function for prefetching crates for compilation.

I think you should review the rest for yourself. I hope you find this useful; let me know if you have any questions!