fix(yay): update aur metadata provider (#2742)

* ci(yay): update packages on builder before building release

* update go-aur
This commit is contained in:
Jo
2025-12-20 20:21:33 +01:00
committed by GitHub
parent df80f397af
commit 638589914d
3 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -1,7 +1,7 @@
module github.com/Jguer/yay/v12
require (
github.com/Jguer/aur v1.2.3
github.com/Jguer/aur v1.3.0
github.com/Jguer/go-alpm/v2 v2.3.1
github.com/Jguer/votar v1.0.0
github.com/Morganamilo/go-pacmanconf v0.0.0-20210502114700-cff030e927a5
@@ -30,4 +30,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.24.0
go 1.25