summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')