From 0026e99ca96ce8e1f020245b964530ee77c53393 Mon Sep 17 00:00:00 2001 From: InsidiousFiddler Date: Thu, 5 Feb 2026 00:45:23 +0000 Subject: [PATCH] chore: 0.0.54-2 --- .SRCINFO | 3 +-- PKGBUILD | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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')