pkg(aur): -bin only has to depend on the .so file

This commit is contained in:
2025-08-21 21:40:51 +02:00
parent d52de80107
commit 6f5413903a

View File

@@ -3,7 +3,7 @@
pkgname=lidm-bin
pkgver=1.2.3
pkgrel=1
depends=('libpam.so=0')
depends=('libpam.so')
pkgdesc="A fully colorful customizable TUI display manager made in C. (release binary)"
arch=('x86_64')
url="https://github.com/javalsai/lidm"