summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Doppler2016-02-15 15:07:25 +0100
committerSimon Doppler2016-02-15 15:07:25 +0100
commit2a0441c3911d7d0a070cc7bf6c57bc07378bf644 (patch)
treea1c5c7edc7955210957f914745ca1aa065219096 /PKGBUILD
parentf9590433145e9468cf618a183ba5d655a1608705 (diff)
downloadaur-gitcheck-git.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8add31c08e6..729e01c5e189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc='Check status of multiple git repositories in one pass'
arch=('any')
url="https://github.com/${_authname}/${_projname}"
license=('MIT')
-depends=('python')
+depends=('python-colored')
source=("git://github.com/${_authname}/${_projname}.git")
md5sums=('SKIP')