summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2016-11-18 10:29:08 +0100
committerjaseg <git@jaseg.net>2016-11-18 10:31:14 +0100
commit55fe98e4d9a38b470cd9f9bce1bedd9ed15dc3b9 (patch)
treeb53e7b59b2131c3e3b6d4420e8b093bb04e3c6a3
parentce0ee8d53807fdf1028812ffef96a8d481d0e078 (diff)
downloadlolcat-55fe98e4d9a38b470cd9f9bce1bedd9ed15dc3b9.tar.gz
lolcat-55fe98e4d9a38b470cd9f9bce1bedd9ed15dc3b9.tar.bz2
lolcat-55fe98e4d9a38b470cd9f9bce1bedd9ed15dc3b9.zip
Add musl to the arch PKGBUILD dependency list
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')