diff --git a/.SRCINFO b/.SRCINFO index e680d0f08526..26869959b932 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = 1code pkgdesc = Best UI for Claude Code with local and remote agent execution pkgver = 0.0.54 - pkgrel = 1 + pkgrel = 2 url = https://github.com/21st-dev/1code arch = x86_64 license = Apache-2.0 @@ -12,7 +12,6 @@ pkgbase = 1code depends = nss depends = libxss depends = alsa-lib - optdepends = claude-code: Claude Code CLI for agent functionality provides = 1code conflicts = 1code-bin conflicts = 1code-git diff --git a/PKGBUILD b/PKGBUILD index 4352383617fd..49796b9ff84e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,13 @@ # Maintainer: Insidious Fiddler pkgname=1code pkgver=0.0.54 -pkgrel=1 +pkgrel=2 pkgdesc="Best UI for Claude Code with local and remote agent execution" arch=('x86_64') url="https://github.com/21st-dev/1code" license=('Apache-2.0') depends=('gtk3' 'nss' 'libxss' 'alsa-lib') makedepends=('bun' 'python' 'nodejs') -optdepends=('claude-code: Claude Code CLI for agent functionality') provides=("$pkgname") conflicts=("$pkgname-bin" "$pkgname-git") options=('!strip')