From 339b294bf177778a3f9609f05c6e0c1e5aab21f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Arrufat?= Date: Fri, 20 Jun 2025 22:36:33 +0900 Subject: [PATCH] chore(pkg): update repository url --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ddc5505..19165dc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -2,7 +2,7 @@ pkgbase = opencode pkgdesc = A powerful AI coding agent. Built for the terminal. pkgver = 0.0.53 pkgrel = 1 - url = https://github.com/tfkhdyt/geminicommit + url = https://github.com/opencode-ai/${pkgname} arch = x86_64 arch = aarch64 license = MIT diff --git a/PKGBUILD b/PKGBUILD index 81c418d..517828e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgver=0.0.53 pkgrel=1 pkgdesc='A powerful AI coding agent. Built for the terminal.' arch=('x86_64' 'aarch64') -url='https://github.com/tfkhdyt/geminicommit' +url='https://github.com/opencode-ai/${pkgname}' license=('MIT') makedepends=('go') source=("https://github.com/opencode-ai/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")