summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)