summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Ascensão2020-05-13 16:44:42 +0100
committerRafael Ascensão2020-05-13 16:44:42 +0100
commit61f56f19e11744319b16373ce9f08d8971812bc5 (patch)
treed9c2cb1534b3fea47fe3d9adb6674510e636df7b /PKGBUILD
parent8296ec57c61a15e959aa57e7d85097b8f6a985d2 (diff)
downloadaur-61f56f19e11744319b16373ce9f08d8971812bc5.tar.gz
git-bug: remove 'git' from makedepends
git-bug already depends on 'git', specifying 'git' again on makedepends is reduntant. Fix that. Reported-by: Vlad <https://aur.archlinux.org/account/ejiek>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')