summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToad King2022-07-02 14:50:30 -0500
committerToad King2022-07-02 14:50:30 -0500
commitc52afb8445235bc95251fd3a45223ad5a05aa189 (patch)
tree1f899ae4b3033f3dc800c1dab7458b3134735c30
parentc2f407f3f4d9905dd4079d4e960936f2b41fbf6e (diff)
downloadaur-deadbeef-mpris2-plugin-git.tar.gz
add git as a makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13ec9c353584..c303bae3f445 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = deadbeef-mpris2-plugin-git
arch = i686
arch = x86_64
license = GPL2
+ makedepends = git
depends = glib2
depends = deadbeef
conflicts = deadbeef-mpris2-plugin
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')