Fix incorrect AUR namespace (#1907)

This commit is contained in:
envolution
2025-08-13 15:37:15 -04:00
committed by GitHub
parent 69d516c7fa
commit 00579f0ec1

View File

@@ -126,7 +126,7 @@ if (!snapshot) {
// "",
// ].join("\n")
// for (const pkg of ["opencode"]) {
// for (const pkg of ["opencode-bin"]) {
// await $`rm -rf ./dist/aur-${pkg}`
// await $`git clone ssh://aur@aur.archlinux.org/${pkg}.git ./dist/aur-${pkg}`
// await $`cd ./dist/aur-${pkg} && git checkout master`