Explorar el Código

chore: disable debug package in PKGBUILD

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
claude hace 1 mes
padre
commit
114e602a91
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      PKGBUILD

+ 1 - 0
PKGBUILD

@@ -5,6 +5,7 @@ pkgdesc='Discord TUI client (fork)'
 arch=('x86_64')
 depends=('mpv')
 optdepends=('xdotool: X11 geometry detection')
+options=('!debug')
 
 build() {
   cd "$startdir"