mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
remove glibc from depenendencies as it causes issues building deb
As mentioned by zfogg and per documentation from https://wiki.archlinux.org/title/PKGBUILD it is written explicitely that glibc isn't to be listed in dependencies as it can't be uninstalled from the system.
This commit is contained in:
parent
3c67991822
commit
db6b584d96
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -7,7 +7,7 @@ pkgdesc="An agentic coding tool that lives in your terminal"
|
|||
arch=('x86_64' 'aarch64')
|
||||
url="https://github.com/anthropics/claude-code"
|
||||
license=('LicenseRef-claude-code')
|
||||
depends=('bash' 'glibc')
|
||||
depends=('bash')
|
||||
# Binary is a self-contained Bun executable with embedded JS/resources - stripping breaks it
|
||||
options=('!strip')
|
||||
optdepends=(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue