CI: Go package was moved to extra

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-05-20 14:10:40 +02:00
parent 75a16c51cb
commit 7a898fa540
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail
curl -sSf https://archlinux.org/packages/community/x86_64/go/json/ |
curl -sSf https://archlinux.org/packages/extra/x86_64/go/json/ |
jq -r '"# " + .pkgname + " v" + .pkgver + "-" + .pkgrel' >tools.txt.new
curl -sSfL "https://raw.githubusercontent.com/fatih/vim-go/master/plugin/go.vim" |