summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Lamby2018-06-26 20:25:48 +0200
committerPeter Lamby2018-06-26 20:25:48 +0200
commit4bf69794f5f428b44899dcc9a10ab4685f353222 (patch)
treef490cb2b38d04e32db55d8bb1fa5a469dd6d41b5
parent208db490725ae86269e27117e272b5d4c8ca5942 (diff)
downloadaur-4bf69794f5f428b44899dcc9a10ab4685f353222.tar.gz
New upstream version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69862ed64545..75ab965fc1a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Oct 1 09:49:49 UTC 2016
pkgbase = deadbeef-mpris2-plugin
pkgdesc = MPRISv2 plugin for the DeaDBeeF music player
- pkgver = 1.10
+ pkgver = 1.11
pkgrel = 1
url = https://github.com/Serranya/deadbeef-mpris2-plugin
arch = i686
@@ -12,8 +10,8 @@ pkgbase = deadbeef-mpris2-plugin
depends = deadbeef
conflicts = deadbeef-mpris-plugin
options = !libtool
- source = https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v1.10/deadbeef-mpris2-plugin-1.10.tar.xz
- md5sums = 4a60dd2beb18e4c557db92e1d21d508a
+ source = https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v1.11/deadbeef-mpris2-plugin-1.11.tar.xz
+ md5sums = 03923767ea3d5e7fc8ddd8c4af93b311
pkgname = deadbeef-mpris2-plugin
diff --git a/PKGBUILD b/PKGBUILD
index a05ed52d63fb..d5b1c779522c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Peter Lamby <peterlamby@web.de>
pkgname=deadbeef-mpris2-plugin
-pkgver=1.10
+pkgver=1.11
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=('4a60dd2beb18e4c557db92e1d21d508a')
+md5sums=('03923767ea3d5e7fc8ddd8c4af93b311')
build() {
cd "${srcdir}/deadbeef-${pkgver}"