mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +00:00
3b0169c5fe
* chore(zig-bootstrap): Add updbranch label so it stops breaking updates on <= F41
* Rebase onto f41 (I hope)
* Backport Zig stuff
---------
(cherry picked from commit d45c262dce)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
9 lines
85 B
HCL
9 lines
85 B
HCL
project pkg {
|
|
rpm {
|
|
spec = "zig-master.spec"
|
|
}
|
|
labels {
|
|
updbranch = 1
|
|
}
|
|
}
|