mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
chore: 0.0.54-2
This commit is contained in:
parent
6c052f7dac
commit
0026e99ca9
2 changed files with 2 additions and 4 deletions
3
.SRCINFO
3
.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
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue