From 4953f772d071a17844d26f366a190d1eea408eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Arrufat?= Date: Fri, 20 Jun 2025 22:15:50 +0900 Subject: [PATCH] chore(package): refine package description --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 02932fa..425c9a4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ pkgbase = opencode - pkgdesc = A CLI that writes your git commit messages for you with Google Gemini AI + pkgdesc = A powerful AI coding agent. Built for the terminal. pkgver = 0.0.53 pkgrel = 1 url = https://github.com/tfkhdyt/geminicommit diff --git a/PKGBUILD b/PKGBUILD index 3f5c698..6767ab9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=opencode pkgver=0.0.53 pkgrel=1 -pkgdesc='A CLI that writes your git commit messages for you with Google Gemini AI' +pkgdesc='A powerful AI coding agent. Built for the terminal.' arch=('x86_64' 'aarch64') url='https://github.com/tfkhdyt/geminicommit' license=('GPL3')