diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |