summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTérence Clastres2020-11-29 10:34:02 +0100
committerTérence Clastres2020-11-29 10:34:02 +0100
commit780e751748ba50fae9104341b02e5cf2113f3bad (patch)
treeb0808329ef4f780a186ac2ab88c073d12fecc701 /PKGBUILD
parent635e091c3124dd83213c9cb8c413b2ee1bfc80ad (diff)
downloadaur-mellowplayer-git.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b318f453c66..57fee5235827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ conflicts=(mellowplayer)
provides=(mellowplayer)
arch=('x86_64' 'aarch64')
depends=('qt5-base' 'qt5-webengine' 'qt5-svg' 'qt5-quickcontrols2' 'qt5-quickcontrols' 'qt5-translations' 'qt5-graphicaleffects' 'xdg-utils' 'libnotify' 'libevent')
-makedepends=('qt5-tools' 'cmake' 'mesa' 'ninja' 'pkgconf')
+makedepends=('git' 'qt5-tools' 'cmake' 'mesa' 'ninja' 'pkgconf')
optdepends=( 'chromium-widevine: DRM needed for Spotify and Amazon Music' 'pepper-flash: needed for Tidal')
source=("git+$url.git")
md5sums=('SKIP')