Search Criteria
Package Details: mopidy-tunein 1.1.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/mopidy-tunein.git (read-only, click to copy) |
---|---|
Package Base: | mopidy-tunein |
Description: | Mopidy extension for playing music from TuneIn |
Upstream URL: | https://github.com/kingosticks/mopidy-tunein |
Keywords: | mopidy music tunein |
Licenses: | Apache |
Submitter: | flu |
Maintainer: | djmattyg007 |
Last Packager: | djmattyg007 |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2014-03-07 13:07 (UTC) |
Last Updated: | 2022-01-23 10:17 (UTC) |
Latest Comments
languitar commented on 2021-02-20 11:57 (UTC)
The build fails here:
djmattyg007 commented on 2021-02-13 23:30 (UTC)
This has been updated to the latest release. I've recently taken over maintainership, hopefully there won't be any lengthy delays like this again.
flu commented on 2020-12-28 20:00 (UTC) (edited on 2020-12-28 20:00 (UTC) by flu)
Updated PKGBUILD
pkgname=mopidy-tunein
pkgver=1.0.2
pkgrel=1
pkgdesc="Mopidy extension for playing music from TuneIn"
arch=('any')
url="http://www.mopidy.com"
license=('APACHE')
depends=(
)
makedepends=('python')
source=("https://github.com/kingosticks/${pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('2c48b4f8b6e48ada9b23aa118f0ecc54678c92b56fdb1f4923c478966ef0d4553ba532f21d94c89d02c171ac2b8b694435ac6a20dc88da8bac55ece05d9e1029')
package() {
cd "$srcdir/$pkgname-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1
}
djmattyg007 commented on 2020-12-02 12:49 (UTC)
Could you please bump the pkgrel to force a rebuild for python3.9?
logicnotlogical commented on 2016-02-15 18:31 (UTC) (edited on 2016-02-15 18:35 (UTC) by logicnotlogical)
tuftedocelot commented on 2014-10-23 02:32 (UTC)
blackhole commented on 2014-10-10 10:00 (UTC)