summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Bruder2023-07-16 19:03:09 +0200
committerMoritz Bruder2023-07-16 19:04:37 +0200
commitc1ba0a1a04b0db89d466852196014800ab1a5ef0 (patch)
tree1630d5b05f532cf77a9e5954924300a46aa2c10e
parent8ed7e97a1103fcbef4e45afe11c93eae20eea92e (diff)
downloadaur-c1ba0a1a04b0db89d466852196014800ab1a5ef0.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4e6ad3c202d..ef5831e360e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = libmpd-git
pkgdesc = Signal based wrapper around libmpdclient
- pkgver = r419.2c8b595
+ pkgver = r427.8601a0e
pkgrel = 1
url = http://mpd.wikia.com/wiki/ClientLib:libmpd
arch = i686
arch = x86_64
license = GPL
+ makedepends = git
depends = glib2
conflicts = libmpd
source = libmpd-git::git+https://github.com/DaveDavenport/libmpd.git
diff --git a/PKGBUILD b/PKGBUILD
index 4770aa42198a..551b3287f900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ arch=('i686' 'x86_64')
url="http://mpd.wikia.com/wiki/ClientLib:libmpd"
license=('GPL')
depends=('glib2')
+makedepends=('git')
conflicts=('libmpd')
source=($pkgname::git+https://github.com/DaveDavenport/libmpd.git)