summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f12be9a3a82d..32af53ed849c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = grv
depends = ncurses
depends = readline
depends = curl
- depends = go
provides = grv
conflicts = grv
source = https://github.com/rgburke/grv/releases/download/v0.3.2/grv_v0.3.2_linux64
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")