summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb7cd756fabf..69862ed64545 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 10 18:00:59 UTC 2016
+# Sat Oct 1 09:49:49 UTC 2016
pkgbase = deadbeef-mpris2-plugin
pkgdesc = MPRISv2 plugin for the DeaDBeeF music player
- pkgver = 1.9
+ pkgver = 1.10
pkgrel = 1
url = https://github.com/Serranya/deadbeef-mpris2-plugin
arch = i686
@@ -12,8 +12,8 @@ pkgbase = deadbeef-mpris2-plugin
depends = deadbeef
conflicts = deadbeef-mpris-plugin
options = !libtool
- source = https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v1.9/deadbeef-mpris2-plugin-1.9.tar.xz
- md5sums = 03c08193f515754259bd3e552976c50a
+ source = https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v1.10/deadbeef-mpris2-plugin-1.10.tar.xz
+ md5sums = 4a60dd2beb18e4c557db92e1d21d508a
pkgname = deadbeef-mpris2-plugin
diff --git a/PKGBUILD b/PKGBUILD
index dee13a4ac2ed..a05ed52d63fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Peter Lamby <peterlamby@web.de>
pkgname=deadbeef-mpris2-plugin
-pkgver=1.9
+pkgver=1.10
pkgrel=1
pkgdesc="MPRISv2 plugin for the DeaDBeeF music player"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ depends=('glib2' 'deadbeef' )
conflicts=('deadbeef-mpris-plugin')
options=('!libtool')
source=(https://github.com/Serranya/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
-md5sums=('03c08193f515754259bd3e552976c50a')
+md5sums=('4a60dd2beb18e4c557db92e1d21d508a')
build() {
cd "${srcdir}/deadbeef-${pkgver}"