~alpine/aports

community/mopidy: upgrade to 2.3.0 v1 APPLIED

Bart Ribbers: 1
 community/mopidy: upgrade to 2.3.0

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3087/mbox | git am -3
Learn more about email & git

[PATCH] community/mopidy: upgrade to 2.3.0 Export this patch

---
 community/mopidy/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/community/mopidy/APKBUILD b/community/mopidy/APKBUILD
index 2ed2fdf617..78e7b1436f 100644
--- a/community/mopidy/APKBUILD
+++ b/community/mopidy/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=mopidy
_pkgname=Mopidy
pkgver=2.2.3
pkgver=2.3.0
pkgrel=0
pkgdesc="Mopidy is an extensible music server"
options="!check" # Requires dependency testing/py-responses
@@ -16,13 +16,13 @@ depends="python py-pykka py-tornado gst-plugins-base gst-plugins-good
makedepends="python-dev py2-sphinx"
install="$pkgname.pre-install $pkgname.post-deinstall"
subpackages="$pkgname-doc $pkgname-openrc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
source="https://files.pythonhosted.org/packages/source/M/Mopidy/Mopidy-$pkgver.tar.gz
	mopidy.conf
	logging.conf
	mopidy.initd
	"

builddir="$srcdir"/$_pkgname-$pkgver
builddir="$srcdir/$_pkgname-$pkgver"

pkgusers="mopidy"
pkggroups="audio"
@@ -63,7 +63,7 @@ package() {
		"$pkgdir/var/lib/mopidy/playlists"
}

sha512sums="93c6c9080496f803d3ace36fa93bd1db0829dacda78c4037cd7b054f1cb1d2df058e8069d67d8018896f147a100039506fb0c4a6be505088d64b7f835b6c2292  Mopidy-2.2.3.tar.gz
sha512sums="b0d442a41190ce98351bbb72061e2f1fa480174fe354ab0e2ee86b8d48f412fee879ca0943f97b47d0dab07594c33e5c4aed67626a2ed0d31eb7c9890ca98027  Mopidy-2.3.0.tar.gz
eb66e8e826640a939b1ba51569ab7fab041b8b5e8823ea2d5f05596faf1de8882fd8c1c32bdb92534e759243fb5ff741bda0d2ebb3282af542d1287c8c68b5ea  mopidy.conf
0c438058500ab7559baae21b03b10e2b80b10c77776b240b2100da1f4c84ea8efe24dc7a38a95034e75605eaf5d21604d13e5b8c7358778c555ddb6372a49388  logging.conf
8492ac223c32e4a0bb0ae64348ed0a5928cc98c0ce713eff5948b12e09860f83a9de5377117f85fd9ad54643201aadd84f68494e773aa8c1bba97fa992bd9dbe  mopidy.initd"
-- 
2.21.0