diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-29 10:12:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-29 10:12:17 +0000 |
commit | 334f0df5a115f92bc9c681d95584a762a2ff90ed (patch) | |
tree | 3a5993f35155921fe1bf1f2ff2628e335b209781 /testing/mopidy | |
parent | 51cfc387ae382244f9fe520f9abc602b9e7920b4 (diff) | |
download | aports-334f0df5a115f92bc9c681d95584a762a2ff90ed.tar.bz2 aports-334f0df5a115f92bc9c681d95584a762a2ff90ed.tar.xz |
testing/mopidy: rename gst* dependencies
Diffstat (limited to 'testing/mopidy')
-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="" |