diff options
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |