From 44bf46209efc33d65ce270ee106ebf3c31124700 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Wed, 14 May 2025 23:11:56 +0200 Subject: [PATCH] update aur --- .goreleaser.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index c6f1b0a17da6a2c7a44cab5e2c2c5d0231a002ef..bbb91ee46442c239ffdc2e77122d71ae6e67aa1d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -33,21 +33,21 @@ checksum: name_template: "checksums.txt" snapshot: name_template: "0.0.0-{{ .Timestamp }}" -# aurs: -# - name: opencode -# homepage: "https://github.com/opencode-ai/opencode" -# description: "terminal based agent that can build anything" -# maintainers: -# - "kujtimiihoxha " -# license: "MIT" -# private_key: "{{ .Env.AUR_KEY }}" -# git_url: "ssh://aur@aur.archlinux.org/opencode-ai.git" -# provides: -# - opencode -# conflicts: -# - opencode -# package: |- -# install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode" +aurs: + - name: opencode + homepage: "https://github.com/opencode-ai/opencode" + description: "terminal based agent that can build anything" + maintainers: + - "kujtimiihoxha " + license: "MIT" + private_key: "{{ .Env.AUR_KEY }}" + git_url: "ssh://aur@aur.archlinux.org/opencode-ai.git" + provides: + - opencode + conflicts: + - opencode + package: |- + install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode" brews: - repository: owner: opencode-ai