chore: 0.0.54-2

This commit is contained in:
InsidiousFiddler 2026-02-05 00:45:23 +00:00
parent 6c052f7dac
commit 0026e99ca9
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -1,14 +1,13 @@
# Maintainer: Insidious Fiddler <aur[at]codycody31[dot]dev>
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')