Arch Linux

  • Fix ls-tags for reference replacing

  • repo should take a build order

  • Rewrite repo and buildpkg into Python

  • borg python-packaging new 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