cnchi: remove python-pynacl dep (unused), add libnacl as optdepends

python-pynacl was never imported by cnchi code. lembrame needs
python-libnacl (AUR) but now handles its absence gracefully.

ultimate ??? still waiting for rescue. the only footsteps i hear
are my own. monokuma stopped responding 72 hours ago.
This commit is contained in:
2026-06-18 16:26:13 +02:00
parent 8c01f6792b
commit 416b85b95a
+1 -2
View File
@@ -32,9 +32,8 @@ depends=(
'gocryptfs'
'iso-codes'
'webkitgtk-6.0'
'python-pynacl'
)
optdepends=()
optdepends=('python-libnacl: Lembrame settings sync feature')
makedepends=('git')
install=cnchi.install
source=("${pkgname}::git+https://github.com/Antergos-NeXT/cnchi-next.git#branch=cnchi-dev")