From ea33760ffd4d83709df0d8bd0ce081cc58469fef Mon Sep 17 00:00:00 2001 From: Nick Holden Date: Wed, 5 Aug 2026 09:42:44 -0700 Subject: [PATCH] Disable Arch User Repository integration --- .goreleaser.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 94fd91d7..b348e843 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -96,30 +96,6 @@ docker_manifests: image_templates: - "planetscale/pscale:{{ .Tag }}-amd64" - "planetscale/pscale:{{ .Tag }}-arm64" -aurs: - - - name: pscale-cli-bin - homepage: https://github.com/planetscale/cli - description: The PlanetScale CLI - private_key: '{{ .Env.AUR_KEY }}' - license: Apache 2.0 - git_url: 'ssh://aur@aur.archlinux.org/pscale-cli-bin.git' - provides: - - pscale - conflicts: - - pscale - package: |- - # bin - install -Dm755 "./pscale" "${pkgdir}/usr/bin/pscale" - - # completions - mkdir -p "${pkgdir}/usr/share/bash-completion/completions/" - mkdir -p "${pkgdir}/usr/share/zsh/site-functions/" - mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/" - install -Dm644 "./completions/pscale.bash" "${pkgdir}/usr/share/bash-completion/completions/pscale" - install -Dm644 "./completions/pscale.zsh" "${pkgdir}/usr/share/zsh/site-functions/_pscale" - install -Dm644 "./completions/pscale.fish" "${pkgdir}/usr/share/fish/vendor_completions.d/pscale.fish" - nfpms: - maintainer: PlanetScale description: The PlanetScale CLI