diff options
-rw-r--r-- | testing/mopidy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mopidy/APKBUILD b/testing/mopidy/APKBUILD index 6cc78f24ae..7f189a30ac 100644 --- a/testing/mopidy/APKBUILD +++ b/testing/mopidy/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: pkgname=mopidy pkgver=0.19.5 -pkgrel=0 +pkgrel=1 pkgdesc="Mopidy is an extensible music server" url="http://www.mopidy.com/" arch="noarch" license="Apache" depends="python py-pykka py-tornado gst-plugins-base0.10 gst-plugins-good0.10 - gst-plugins-ugly0.10 py-gst0.10 py-setuptools" + gst-plugins-ugly0.10 py-gst0.10 py-setuptools py-libxml2" depends_dev="" makedepends="python-dev" install="" |