summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Freitas2016-03-26 12:12:00 -0300
committerPedro Freitas2016-03-26 12:12:00 -0300
commit19b098f9337a070714798ecee52a63a0f842d645 (patch)
treedb0deb5a5a85ee054ca28f393ecb8f45fda0e461
parentffbb5fbeec8130ee415bfbb706c4a21b1b24a0d5 (diff)
downloadaur-19b098f9337a070714798ecee52a63a0f842d645.tar.gz
Added git as dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a37ca103b39..7588a22a2fb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A command line pastebin - shell"
arch=('any')
license=('unknown')
url="http://ix.io"
-depends=('curl')
+depends=('curl' 'git')
source=("${pkgname}::git://github.com/PedroSFreitas/ix-client.git")
md5sums=('SKIP')
sha256sums=('SKIP')