summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneodarz2019-05-12 13:51:32 +0200
committerneodarz2019-05-12 13:51:32 +0200
commit31ce972928b70254165a67c285697b42b8c81708 (patch)
tree5d23e100db710199f4388d5cd48184ac2a2a5712 /PKGBUILD
parent9b7081754c8e3d5cf9d9f213b4601a1d27994b53 (diff)
downloadaur-grv.tar.gz
Remove useless dependence
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d617547ec39..7cc463556a14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="terminal interface for viewing git repositories"
arch=('i686' 'x86_64')
url="https://github.com/rgburke/$pkgname"
license=('GPL-3.0')
-depends=(ncurses readline curl go)
+depends=(ncurses readline curl)
provides=("$pkgname")
conflicts=("$pkgname")
source=("https://github.com/rgburke/grv/releases/download/v$pkgver/${pkgname}_v${pkgver}_linux64")