gord-git AUR Packages not Latest Commit
Closed this issue · 7 comments
When installing the gord-git package from the AUR, it fetches the latest github release, instead of the latest commit on the master branch. Usually, -git packages fetch the latest commit, and a different version, perhaps "gord," builds from the latest stable release.
This text is in the readme now:
On Arch Linux, you can install the latest release with gord-bin, or get the latest commit with gord-git.
Oh okay I didn't realise. I don't actually maintain the AUR package, but I will comment on the package to suggest behaving like a normal -git package I guess.
i maintain those packages, and it fetches the latest commit properly for me
line 10:
source=("git+https://github.com/cainy-a/$_pkgname.git")
in src/gord
directory:
$ git show
commit ba9bd573ca817853228bd5b829b1d9a3b22e4a4e (HEAD -> master, origin/master, origin/HEAD)
Author: Cain Atkinson <19270622+yellowsink@users.noreply.github.com>
Date: Wed Jun 23 16:55:51 2021 +0100
New instructions for package managers
# ...
hmm yep works for me. Maybe it using the tag version is throwing you off?
OK imma close this.
hmm yep works for me. Maybe it using the tag version is throwing you off?
Yep, that was the problem, whoops
👍