summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Petitjean2015-08-11 21:48:11 +0200
committerAlexandre Petitjean2015-08-11 21:48:11 +0200
commit8e3353b9531f7a29f2fb8883db65e04fef849d2b (patch)
tree94e4b8aede887ba7c7bc0294e0f0daff7da43c42
parent8da0ca026510a30ded6422e8864e32b932894219 (diff)
downloadaur-8e3353b9531f7a29f2fb8883db65e04fef849d2b.tar.gz
Version 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 754e4b58e7a1..4385e5480a58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mopidy-mpris
pkgdesc = Mopidy extension for controlling Mopidy through the MPRIS D-Bus interface
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = http://www.mopidy.com
arch = any
@@ -11,8 +11,8 @@ pkgbase = mopidy-mpris
depends = python2-setuptools
depends = python2-dbus
provides = mopidy-mpris
- source = https://github.com/mopidy/mopidy-mpris/archive/v1.2.0.tar.gz
- md5sums = 092e3248127b9d39e97ba35db7348ce8
+ source = https://github.com/mopidy/mopidy-mpris/archive/v1.3.0.tar.gz
+ md5sums = b32a7832dbc06993a8fd022f2534e2bc
pkgname = mopidy-mpris
diff --git a/PKGBUILD b/PKGBUILD
index 459fabc2572e..a7b6da9c3803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Petitjean <alpetitjean at gmail dot com>
pkgname=mopidy-mpris
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="Mopidy extension for controlling Mopidy through the MPRIS D-Bus interface"
arch=('any')
@@ -15,7 +15,7 @@ depends=(
makedepends=('python2')
provides=('mopidy-mpris')
source=("https://github.com/mopidy/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('092e3248127b9d39e97ba35db7348ce8')
+md5sums=('b32a7832dbc06993a8fd022f2534e2bc')
package() {
cd "$srcdir/$pkgname-$pkgver"