diff options
author | neodarz <neodarz@neodarz.net> | 2018-04-02 01:29:55 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-04-02 01:29:55 +0200 |
commit | 9bbd134f5b2f9797661e0ed4c4a8346f395df0d3 (patch) | |
tree | 877bc7d352b090e292197d04376d90a9de67b986 /PKGBUILD | |
parent | 7a15d46881ee436378a4f3252feb6f4587804a93 (diff) | |
download | grv-git-9bbd134f5b2f9797661e0ed4c4a8346f395df0d3.tar.xz grv-git-9bbd134f5b2f9797661e0ed4c4a8346f395df0d3.zip |
Add binutils and fakeroot 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=(git cmake go) +makedepends=(git cmake go binutils fakeroot) provides=("$_pkgname") conflicts=("$_pkgname") source=("git+https://github.com/rgburke/$_pkgname.git") |