Package Details: alacritty-theme-git 1:r219.5f906a4-1

Git Clone URL: https://aur.archlinux.org/alacritty-theme-git.git (read-only, click to copy)
Package Base: alacritty-theme-git
Description: Collection of Alacritty color schemes.
Upstream URL: https://github.com/alacritty/alacritty-theme
Licenses: Apache-2.0
Conflicts: alacritty-theme
Provides: alacritty-theme
Submitter: tallero
Maintainer: cyqsimon
Last Packager: cyqsimon
Votes: 0
Popularity: 0.000000
First Submitted: 2023-06-29 12:02 (UTC)
Last Updated: 2024-04-22 03:22 (UTC)

Latest Comments

cyqsimon commented on 2024-02-04 01:54 (UTC)

Yep, the pkgver format of this package probably should be updated, since it looks like there is no consistent tagging going on in the repo. Currently it's confusing the heck out of AUR helpers (specifically in my case, paru).

I think it's best to just use "number of revisions since beginning of history", per wiki's recommendation:

pkgver() {
  cd "$pkgname"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
}

fauxmight commented on 2023-07-16 16:57 (UTC) (edited on 2023-07-16 16:58 (UTC) by fauxmight)

Here is a simplified version of this alacritty-theme-git PKGBUILD with the following modifications:

1) Follows Arch VCS PKGBUILD guidelines for git version numbers
2) Proper initial version number
3) Proper install calls ensuring permissions

@tallero: You're welcome to take this as it is or make any modifications you see fit or ignore this in its entirety.
@anyone else: I'm being a picky fool about this and I had already made this one before realizing @tallero had put up a -git PKGBUILD. In actual, practical, daily use, my PKGUBILD won't be a lot different other than git version numbers.