summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44bb28dfbd9c..e63a2cb3c543 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc='Images in your terminal, using ANSI and Unicode.'
arch=('any')
url='https://github.com/rr-/termi'
license=('MIT')
-depends=('python' 'python-pip' 'git')
+depends=('python' 'python-pip')
+makedepends=('git')
source=("$pkgname::git://github.com/rr-/termi.git")
sha256sums=('SKIP')