diff options
author | neodarz <neodarz@neodarz.net> | 2018-04-02 01:25:51 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-04-02 01:25:51 +0200 |
commit | 7a15d46881ee436378a4f3252feb6f4587804a93 (patch) | |
tree | ed03d847339ce71780d73f1a81a8669a57a6eaf1 /PKGBUILD | |
parent | 4f482911d55e0a61142d33265689c110536c0db9 (diff) | |
download | grv-git-7a15d46881ee436378a4f3252feb6f4587804a93.tar.xz grv-git-7a15d46881ee436378a4f3252feb6f4587804a93.zip |
Add git as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |