Add musl to the arch PKGBUILD dependency list
This commit is contained in:
parent
ce0ee8d538
commit
55fe98e4d9
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue