Add musl to the arch PKGBUILD dependency list

This commit is contained in:
jaseg 2016-11-18 10:29:08 +01:00
parent ce0ee8d538
commit 55fe98e4d9

View file

@ -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')