summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrr-2017-02-07 21:42:54 +0100
committerrr-2017-02-07 21:42:54 +0100
commit5c42eeb86741e45975487af40dc568b859692ef5 (patch)
tree795cd342a1692362f71dd08740178788e306ca90 /PKGBUILD
parentc82519d9e2df7a04ec2afeb02d88a2573cad16b0 (diff)
downloadaur-termi-git.tar.gz
Move 'git' to makedepends
Diffstat (limited to 'PKGBUILD')
-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')