summaryrefslogtreecommitdiff
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
parent7a15d46881ee436378a4f3252feb6f4587804a93 (diff)
downloadgrv-git-9bbd134f5b2f9797661e0ed4c4a8346f395df0d3.tar.xz
grv-git-9bbd134f5b2f9797661e0ed4c4a8346f395df0d3.zip
Add binutils and fakeroot as makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7c7922..b94c763 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = grv-git
makedepends = git
makedepends = cmake
makedepends = go
+ makedepends = binutils
+ makedepends = fakeroot
depends = ncurses
depends = readline
depends = curl
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")