summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Beer2017-02-14 23:07:59 +0100
committerArne Beer2017-02-14 23:07:59 +0100
commitbd61f7c4162aaf83e088ff6f8929adc370b53f8c (patch)
treee9ba9d22be4679ac5e6b1dddd55b6e0e6d1ba315
parenteed2ae05091f8be895f2380bc8e44b25fa7a453c (diff)
downloadaur-bd61f7c4162aaf83e088ff6f8929adc370b53f8c.tar.gz
Fix make depends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e2acd40354d..ba7125f566c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver='r137.c7ed6d7'
arch=('any')
pkgdesc='Yet another ANSI color text library for Python. '
license=('MIT')
-makedepends=('git python-setuptools')
+makedepends=('git' 'python-setuptools')
provides=('python-colorclass')
url='https://github.com/Robpol86/colorclass'
source=("git+https://github.com/Robpol86/colorclass.git")