From e57f02dfa74ba3906de9bf08b95833128e369a58 Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 2 Apr 2018 15:07:03 +0200 Subject: Update depends and makedepends --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index a8b1540..f744f00 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,8 +8,8 @@ pkgdesc="terminal interface for viewing git repositories" arch=('i686' 'x86_64') url="https://github.com/rgburke/$_pkgname" license=('GPL3') -depends=(ncurses readline curl) -makedepends=(git cmake go binutils fakeroot) +depends=(zlib readline http-parser) +makedepends=(git pkgconfig make cmake go gcc) provides=("$_pkgname") conflicts=("$_pkgname") source=("git+https://github.com/rgburke/$_pkgname.git") -- cgit v1.2.1