summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneodarz2018-04-02 15:07:03 +0200
committerneodarz2018-04-02 15:07:03 +0200
commite57f02dfa74ba3906de9bf08b95833128e369a58 (patch)
treee493214637f96fd3224fb3a7b6b2e29fbe48e1fb /PKGBUILD
parente091fe69d5d38ceb427501caa609d589c965da78 (diff)
downloadaur-e57f02dfa74ba3906de9bf08b95833128e369a58.tar.gz
Update depends and makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8b154064aa7..f744f00e66f8 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")