summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Lamby2016-10-01 11:50:05 +0200
committerPeter Lamby2016-10-01 11:50:05 +0200
commit208db490725ae86269e27117e272b5d4c8ca5942 (patch)
treef3e1da5ff0cbb7befd9f492af0bbfce4a6d7113a
parenta869d5ee70d500af3a975ff1f1aee9351a3d941c (diff)
downloadaur-208db490725ae86269e27117e272b5d4c8ca5942.tar.gz
New upstream release
-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}"