summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederick Gnodtke2016-11-03 16:16:20 +0100
committerFrederick Gnodtke2016-11-03 16:16:20 +0100
commita307e510e440bc81e1fb626efc68cccd23152db8 (patch)
tree651d48bb624b38a44236711fbecccee97390c949
parentbc2f437d905869d2cf0987ba04f072e7654694ed (diff)
downloadaur-a307e510e440bc81e1fb626efc68cccd23152db8.tar.gz
Updated to version 0.2.3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a8b0bf43416..6b98cdfccb37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mopidy-subidy
pkgdesc = Mopidy extension for playing music from Subsonic servers
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/Prior99/mopidy-subidy
arch = any
@@ -11,8 +11,8 @@ pkgbase = mopidy-subidy
depends = python2-setuptools
depends = python2-pysonic>=0.5.1
provides = mopidy-subidy
- source = https://github.com/prior99/mopidy-subidy/archive/0.2.2.tar.gz
- sha256sums = aff8976980fba822d7baa4d7c63b261e71ab5cef6fd3ed2f0fa0572343f814d9
+ source = https://github.com/prior99/mopidy-subidy/archive/0.2.3.tar.gz
+ sha256sums = 8292df2f28686f72fcd1418d9e9873e8450688a161207f471e8df7b7cf5eff76
pkgname = mopidy-subidy
diff --git a/PKGBUILD b/PKGBUILD
index e2adc2350664..ff7e79d5758d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederick Gnodtke <fgnodtke at cronosx dot de>
pkgname=mopidy-subidy
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc="Mopidy extension for playing music from Subsonic servers"
arch=('any')
@@ -15,7 +15,7 @@ depends=(
makedepends=('python2')
provides=('mopidy-subidy')
source=("https://github.com/prior99/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('aff8976980fba822d7baa4d7c63b261e71ab5cef6fd3ed2f0fa0572343f814d9')
+sha256sums=('8292df2f28686f72fcd1418d9e9873e8450688a161207f471e8df7b7cf5eff76')
package() {