diff --git a/.goreleaser.yml b/.goreleaser.yml index 59d316936..c89c5a88c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -31,13 +31,18 @@ checksum: snapshot: name_template: "0.0.0-{{ .Timestamp }}" aurs: - - homepage: "https://github.com/opencode-ai/opencode" + - name: opencode + homepage: "https://github.com/opencode-ai/opencode" description: "Deploy anything" - private_key: "{{ .Env.AUR_KEY }}" - git_url: "ssh://aur@aur.archlinux.org/opencode.git" + maintainers: + - "opencode " license: "MIT" - name: opencode - package_name: opencode + private_key: "{{ .Env.AUR_KEY }}" + git_url: "ssh://aur@aur.archlinux.org/opencode-bin.git" + provides: + - opencode + conflicts: + - opencode package: |- install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode" # brews: