diff options
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") |