summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Lamby2016-05-10 20:01:16 +0200
committerPeter Lamby2016-05-10 20:01:16 +0200
commita869d5ee70d500af3a975ff1f1aee9351a3d941c (patch)
tree65ca3c088d5b1a8a00486c2702d1d0320d533f62
parente1b0b7c26514a16ee2918cc0c9b8dc2664c1d112 (diff)
downloadaur-a869d5ee70d500af3a975ff1f1aee9351a3d941c.tar.gz
New upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f3e28d43459..eb7cd756fabf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue May 10 18:00:59 UTC 2016
pkgbase = deadbeef-mpris2-plugin
pkgdesc = MPRISv2 plugin for the DeaDBeeF music player
- pkgver = 1.8
+ pkgver = 1.9
pkgrel = 1
url = https://github.com/Serranya/deadbeef-mpris2-plugin
arch = i686
@@ -10,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.8/deadbeef-mpris2-plugin-1.8.tar.xz
- md5sums = f50fe5fc188f232dc8b79a97854a3ba3
+ source = https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v1.9/deadbeef-mpris2-plugin-1.9.tar.xz
+ md5sums = 03c08193f515754259bd3e552976c50a
pkgname = deadbeef-mpris2-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 8528af547b12..dee13a4ac2ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Peter Lamby <peterlamby@web.de>
pkgname=deadbeef-mpris2-plugin
-pkgver=1.8
+pkgver=1.9
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=('f50fe5fc188f232dc8b79a97854a3ba3')
+md5sums=('03c08193f515754259bd3e552976c50a')
build() {
cd "${srcdir}/deadbeef-${pkgver}"