summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Freitas2016-03-26 12:28:32 -0300
committerPedro Freitas2016-03-26 12:28:32 -0300
commit7328f0765e4497308e10f8a9cfae517654ca3716 (patch)
tree0f51c556d9526aa53f8fe3af37e06e116b7773d0
parent19b098f9337a070714798ecee52a63a0f842d645 (diff)
downloadaur-7328f0765e4497308e10f8a9cfae517654ca3716.tar.gz
Added git as makedepend
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7588a22a2fb1..97eae1bfd405 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc="A command line pastebin - shell"
arch=('any')
license=('unknown')
url="http://ix.io"
-depends=('curl' 'git')
+depends=('curl')
+makedepends=('git')
source=("${pkgname}::git://github.com/PedroSFreitas/ix-client.git")
md5sums=('SKIP')
sha256sums=('SKIP')