Arch Linux
-
Fix
ls-tagsfor reference replacing -
reposhould take a build order -
Rewrite
repoandbuildpkginto Python -
borg
python-packagingnew dependency -
pull-requests in
repro -
crun might need crio as makedepend
-
https://github.com/archlinux/mkinitcpio/issues/67
-
Missing doc in the example.preset https://github.com/archlinux/mkinitcpio/blob/master/mkinitcpio.d/example.preset#L21
Package notes
Updating a go dependency in go.sum
$ go mod edit -replace gopkg.in/urfave/cli.v1@v1.20.0=github.com/urfave/cli@v1.22.5 $ go mod tidy $ git diff > go-sum.patch