diff options
-rw-r--r-- | testing/mopidy/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/mopidy/APKBUILD b/testing/mopidy/APKBUILD index 91a5a27f0a..0eccfa40b8 100644 --- a/testing/mopidy/APKBUILD +++ b/testing/mopidy/APKBUILD @@ -4,13 +4,13 @@ pkgname=mopidy _pkgname=Mopidy pkgver=2.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Mopidy is an extensible music server" url="http://www.mopidy.com/" arch="noarch" license="ASL 2.0" -depends="python py-pykka py-tornado gst-plugins-base1 gst-plugins-good1 - gst-plugins-ugly1 py-gst1 py-setuptools py-libxml2 py-requests +depends="python py-pykka py-tornado gst-plugins-base gst-plugins-good + gst-plugins-ugly py-gst py-setuptools py-libxml2 py-requests py-six " depends_dev="" |