From db6b584d96c64e68ee864b73442dbd99fd0caba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Poulin?= Date: Tue, 6 Jan 2026 10:58:12 -0500 Subject: [PATCH] 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. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index c2f5d0c2efd3..dcb31c6cf289 100644 --- a/PKGBUILD +++ b/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=(