summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnat Loskutov2015-08-28 23:34:26 +0300
committerIgnat Loskutov2015-08-28 23:34:26 +0300
commit921c597513b79cce20124508f4acdece0498d254 (patch)
treecc9eb157e10631a5b234f1809b8c39173eafc1c4
parent206a778f1afa7b882ba5f3d40e6c6c92877781b9 (diff)
downloadaur-921c597513b79cce20124508f4acdece0498d254.tar.gz
Removed the unneeded comma in the 'dependencies' array
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f613a1b4d8f2..014d476dc64a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgdesc="The Infobar-ng plugin for the DeaDBeeF audio player."
arch=('i686' 'x86_64')
url="https://bitbucket.org/IgnatLoskutov/deadbeef-infobar-ng"
license=(GPL2)
-depends=('deadbeef>=0.6', libxml2)
+depends=('deadbeef>=0.6' 'libxml2')
makedepends=(mercurial)
source=('hg+https://bitbucket.org/IgnatLoskutov/deadbeef-infobar-ng')
md5sums=('SKIP')