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:
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=(
|
||||
|
||||
Reference in New Issue
Block a user