Open vendion opened 2 years ago
From the PKGBUILD
I see the following listed as sources:
"git+https://gitlab.com/dr460nf1r3/common.git"
"git+https://gitlab.com/dr460nf1r3/settings.git"
"librewolf-source::git+https://gitlab.com/librewolf-community/browser/source.git"
"librewolf-settings::git+https://gitlab.com/librewolf-community/settings.git"
Yay seems to be detecting them as devel
since it's pulling these repos each time. Can you check your ~/.cache/yay/vcs.json
for entries related to these?
Yeah I see the following in ~/.cache/yay/vcs.json
"firedragon": {
"github.com/CachyOS/CachyOS-Browser-Common.git": {
"protocols": [
"https"
],
"branch": "HEAD",
"sha": "a0739bbb34826906e0d8452ebf7e6ef3569a8e38"
},
"gitlab.com/dr460nf1r3/common.git": {
"protocols": [
"https"
],
"branch": "HEAD",
"sha": "88a7f059b934a090b77611daa39b8b5b7ac956ad"
},
"gitlab.com/dr460nf1r3/settings.git": {
"protocols": [
"https"
],
"branch": "HEAD",
"sha": "39c612edbd9d6cae17b877910cd0f9b6266934cd"
},
"gitlab.com/librewolf-community/browser/source.git": {
"protocols": [
"https"
],
"branch": "HEAD",
"sha": "6c60cf2b102db0b094dc40af8fe7773ab8ae3463"
},
"gitlab.com/librewolf-community/settings.git": {
"protocols": [
"https"
],
"branch": "HEAD",
"sha": "9395f5c0e061250acbcbcb523d2270d57136d411"
}
},
So I guess my use of "incorrectly lists it as a devel" package is wrong, as such I'll update the ticket title. Either way is there a way to tell yay
that I want FireDragon to be treated as a normal aur package even though it uses git to fetch the sources?
Affected Version
yay v11.3.1 - libalpm v13.0.2
Describe the bug
For what ever reason
yay
is wanting to treat FireDragon the as a devel package instead of an aur package after runningyay -Y --devel --combinedupgrade --batchinstall --save
. The problem is that FireDragon is a fork of LibreWolf which is a fork of FireFox and as such on a relatively decent machine FireDragon takes hours to build, as such I only want to build it if the version orpkgrel
gets bumped and not everytime there is a commit to the git repo.Reproduction Steps
yay
with--devel
disabledyay -Y --devel --save
yay -Syu
oryay
Expected behavior
I expect to only see FireDragon listed if the
version
orpkgrel
gets bumped in the PKGBUILD.Output