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:
Jérôme Poulin 2026-01-06 10:58:12 -05:00
parent 3c67991822
commit db6b584d96
No known key found for this signature in database
GPG key ID: 77EBA10790CFFCCD

View file

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