diff --git a/PKGBUILD b/PKGBUILD index 5bf68a8..6b7ef0c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="High-performance implementation of lolcat" arch=('i686' 'x86_64') url="https://github.com/jaseg/lolcat" license=('WTFPL') -depends=() +depends=('musl') makedepends=() conflicts=('lolcat' 'python-lolcat') source=("$pkgname"::'git+https://github.com/jaseg/lolcat.git')