summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2009-10-05 19:40:07 -0400
committerSlashbunny2009-10-05 19:40:07 -0400
commitd87caba5712871df35074c35af0dd3fefb2ca754 (patch)
tree5df2df67ec9d8c31ab63bcbc0c75973e78fed50d /PKGBUILD
parent2136ee8b0313cda9f5da2fcd1d0977885bce7f6e (diff)
downloadaur-d87caba5712871df35074c35af0dd3fefb2ca754.tar.gz
mpc depends on libmpdclient2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4eb8d301138..c3b59e358289 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Contributor: Slash <demodevil5[at]yahoo[dot]com>
pkgname=mpc-git
-pkgver=20090509
+pkgver=20091005
pkgrel=1
pkgdesc="A minimalist command line interface to MPD"
arch=('i686' 'x86_64')
url="http://mpd.wikia.com"
license=('GPL2')
-depends=('glibc')
+depends=('libmpdclient-git')
makedepends=('git')
optdepends=('bash-completion')
conflicts=('mpc')