diff options
Diffstat (limited to '')
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ pkgbase = grv-git arch = i686 arch = x86_64 license = GPL-3.0 + makedepends = git makedepends = cmake makedepends = go depends = ncurses @@ -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") |