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 40d95abb8704..55e321ec1978 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = git-bug-git
arch = x86_64
license = GPL3
makedepends = go-pie
- makedepends = git
depends = git
optdepends = xdg-utils: open bugs in browser
provides = git-bug
diff --git a/PKGBUILD b/PKGBUILD
index 01a2a133baff..47973fa3f898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/MichaelMure/${pkgname%-git}"
license=('GPL3')
depends=('git')
-makedepends=('go-pie' 'git')
+makedepends=('go-pie')
optdepends=('xdg-utils: open bugs in browser')
provides=('git-bug')
conflicts=('git-bug')