summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorToad King2022-07-02 14:50:30 -0500
committerToad King2022-07-02 14:50:30 -0500
commitc52afb8445235bc95251fd3a45223ad5a05aa189 (patch)
tree1f899ae4b3033f3dc800c1dab7458b3134735c30 /PKGBUILD
parentc2f407f3f4d9905dd4079d4e960936f2b41fbf6e (diff)
downloadaur-deadbeef-mpris2-plugin-git.tar.gz
add git as a makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8720df6a711d..de6001768d5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url="https://github.com/DeaDBeeF-Player/deadbeef-mpris2-plugin"
license=('GPL2')
depends=('glib2' 'deadbeef')
+makedepends=('git')
conflicts=('deadbeef-mpris2-plugin')
options=('!libtool')
source=('git+https://github.com/DeaDBeeF-Player/deadbeef-mpris2-plugin.git')