From 7a15d46881ee436378a4f3252feb6f4587804a93 Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 2 Apr 2018 01:25:51 +0200 Subject: Add git as makedepends --- .SRCINFO | 1 + PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index fc6c57c..c7c7922 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -6,6 +6,7 @@ pkgbase = grv-git arch = i686 arch = x86_64 license = GPL-3.0 + makedepends = git makedepends = cmake makedepends = go depends = ncurses diff --git a/PKGBUILD b/PKGBUILD index 6c2e7a4..426936f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="https://github.com/rgburke/$_pkgname" license=('GPL-3.0') depends=(ncurses readline curl) -makedepends=(cmake go) +makedepends=(git cmake go) provides=("$_pkgname") conflicts=("$_pkgname") source=("git+https://github.com/rgburke/$_pkgname.git") -- cgit v1.2.1