summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-04-02 01:29:55 +0200
committerneodarz <neodarz@neodarz.net>2018-04-02 01:29:55 +0200
commit9bbd134f5b2f9797661e0ed4c4a8346f395df0d3 (patch)
tree877bc7d352b090e292197d04376d90a9de67b986 /PKGBUILD
parent7a15d46881ee436378a4f3252feb6f4587804a93 (diff)
downloadgrv-git-9bbd134f5b2f9797661e0ed4c4a8346f395df0d3.tar.xz
grv-git-9bbd134f5b2f9797661e0ed4c4a8346f395df0d3.zip
Add binutils and fakeroot as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 426936f..b2c10da 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=(git cmake go)
+makedepends=(git cmake go binutils fakeroot)
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://github.com/rgburke/$_pkgname.git")