From 9bbd134f5b2f9797661e0ed4c4a8346f395df0d3 Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 2 Apr 2018 01:29:55 +0200 Subject: Add binutils and fakeroot as makedepends --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PKGBUILD') 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") -- cgit v1.2.1