summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoui Chang2015-11-30 20:22:58 -0500
committerLoui Chang2015-11-30 20:23:53 -0500
commitc9d2c7eb7ad6db8682081baf9001e2242bb8d002 (patch)
tree7f64ece30d99f565bdb13057e8bef3373aed5fcd
parent2a1f1582f8eec524318f7fefe7fca92df05e982b (diff)
downloadaur-c9d2c7eb7ad6db8682081baf9001e2242bb8d002.tar.gz
Add git makedepends
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 443185bf69a5..c25670318c78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = turses-git
url = https://github.com/dialelo/turses
arch = any
license = GPLv3
+ makedepends = git
depends = ncurses
depends = python
depends = python-future
diff --git a/PKGBUILD b/PKGBUILD
index 593391f78426..e313885f4215 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('any')
url="https://github.com/dialelo/turses"
license=('GPLv3')
depends=('ncurses' 'python' 'python-future' 'python-setuptools' 'python-tweepy' 'python-urwid')
+makedepends=('git')
source=("$pkgname::git+https://github.com/dialelo/turses.git")
sha1sums=('SKIP')