summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCkat2019-04-26 17:24:08 +0200
committerCkat2019-04-26 17:24:08 +0200
commit064720592d31ae85f27f95601d228ee0860eb433 (patch)
tree34450acdde9c1de1d55d1d8c6e98ac81ff455791 /PKGBUILD
parent558c49b69d8c761b7680bc92eac07906ce7f3282 (diff)
downloadaur-064720592d31ae85f27f95601d228ee0860eb433.tar.gz
readd git makedep
after some discussion on irc it seems the git makedep is needed by some and cant be taken for granted
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e27a788fc58..8a1d138e269f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url=https://chatterino.com
license=('MIT')
depends=('qt5-multimedia' 'qt5-base' 'boost-libs')
-makedepends=('qt5-svg' 'boost')
+makedepends=('git' 'qt5-svg' 'boost')
optdepends=('streamlink: For piping streams to video players'
'pulseaudio: For audio output'
'gst-plugins-good: For audio output')