summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoui Chang2015-11-30 20:24:46 -0500
committerLoui Chang2015-11-30 20:24:46 -0500
commit4430f4429d0fcd24b1d9e39f7dc41308c5e351f8 (patch)
tree89c6e01d6e3012d5443ac3e385bd1393e8d9f9bd
parentf7e6094bc5b2993ad238cf8dfbfc2d708900be48 (diff)
downloadaur-4430f4429d0fcd24b1d9e39f7dc41308c5e351f8.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 eb32765a7918..c50f801315e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = oysttyer-git
pkgrel = 1
url = https://github.com/oysttyer/oysttyer
arch = any
+ makedepends = git
depends = perl
source = oysttyer-git::git+https://github.com/oysttyer/oysttyer.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c8d2b9044fa2..1ee296eee7e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc="interactive command-line Twitter client"
url="https://github.com/oysttyer/oysttyer"
arch=('any')
depends=('perl')
+makedepends=('git')
source=("$pkgname::git+https://github.com/oysttyer/oysttyer.git")
sha1sums=('SKIP')