

























This patch works on mopidy 3.
diff --git a/PKGBUILD b/PKGBUILD
index 56e8436..2a2710e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Trygve Aaberge <trygveaa+aur at gmail dot com>
pkgname=mopidy-moped
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="Responsive Web client for Mopidy"
arch=('any')
url="https://github.com/martijnboland/moped"
license=('APACHE')
-depends=('python2' 'mopidy>=0.19')
-makedepends=('python2' 'python2-setuptools')
-source=("https://github.com/martijnboland/moped/archive/v${pkgver}.tar.gz")
-md5sums=('2529d63d3404ab613a265979677c6fb0')
+depends=('python' 'mopidy>=3.0.0')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/martijnboland/moped/archive/v${pkgver}.tar.gz")
+md5sums=('da2a2f95c6a9c80a83986084e6db0d38')
package() {
cd "${srcdir}/moped-${pkgver}"
- python2 setup.py install --root="${pkgdir}/" --optimize=1
+ python setup.py install --root="${pkgdir}/" --optimize=1
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
I have changed to using github, and updated to the newest version. Sorry for the slow response.
this is out of date. You can use the releases provided in github directly: https://github.com/martijnboland/moped/archive/v0.5.0.tar.gz
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
MarcinWieczorek: Does Moped actually work with Python 3? I see that it hasn't been updated for it.
Anyways, I disowned this package, so if you or anyone else want to take it and update it, please do.