summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrr-2017-02-07 21:42:14 +0100
committerrr-2017-02-07 21:42:14 +0100
commitc82519d9e2df7a04ec2afeb02d88a2573cad16b0 (patch)
tree6de45c0fbf274a7b2fc88ee57ea9cab9793ec31e
parenta647dd0e366186f59db626572511301e3d2ba1f1 (diff)
downloadaur-c82519d9e2df7a04ec2afeb02d88a2573cad16b0.tar.gz
Add 'git' to dependencies
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40f86272a2b4..44bb28dfbd9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Images in your terminal, using ANSI and Unicode.'
arch=('any')
url='https://github.com/rr-/termi'
license=('MIT')
-depends=('python' 'python-pip')
+depends=('python' 'python-pip' 'git')
source=("$pkgname::git://github.com/rr-/termi.git")
sha256sums=('SKIP')