From 5c6ad77f1fc3fe4beb0ad3e6ea73df2f67963536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Arrufat?= Date: Fri, 20 Jun 2025 22:17:19 +0900 Subject: [PATCH] build(pkgbuild): update license and remove git dependency The package license has been updated from GPL3 to MIT. The explicit 'git' dependency was removed from the PKGBUILD and SRCINFO. --- .SRCINFO | 3 +-- PKGBUILD | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 425c9a4..ddc5505 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,9 +5,8 @@ pkgbase = opencode url = https://github.com/tfkhdyt/geminicommit arch = x86_64 arch = aarch64 - license = GPL3 + license = MIT makedepends = go - depends = git source = https://github.com/opencode-ai/opencode/archive/refs/tags/v0.0.53.tar.gz sha256sums = 53e23c62284a50c38fd664de441b6db540fa5c944358fffd319f548ee504cb84 diff --git a/PKGBUILD b/PKGBUILD index 6767ab9..81c418d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,8 +6,7 @@ pkgrel=1 pkgdesc='A powerful AI coding agent. Built for the terminal.' arch=('x86_64' 'aarch64') url='https://github.com/tfkhdyt/geminicommit' -license=('GPL3') -depends=('git') +license=('MIT') makedepends=('go') source=("https://github.com/opencode-ai/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") sha256sums=('53e23c62284a50c38fd664de441b6db540fa5c944358fffd319f548ee504cb84')