summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Lamby2021-03-22 11:31:04 +0100
committerPeter Lamby2021-03-22 11:31:04 +0100
commit46bf321a24943bb4bf90026b50e2bbcba26c25fc (patch)
tree8c0e2a66d3c2596b3e0e4bf4c424b6f0a3380195
parentfbde29ff2e1e27a79e0ec3307d18401c8dc91b47 (diff)
downloadaur-46bf321a24943bb4bf90026b50e2bbcba26c25fc.tar.gz
Update to new upstream version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18efa08179ff..da02e86f63a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deadbeef-mpris2-plugin
pkgdesc = MPRISv2 plugin for the DeaDBeeF music player
- pkgver = 1.13
+ pkgver = 1.14
pkgrel = 1
url = https://github.com/Serranya/deadbeef-mpris2-plugin
arch = i686
@@ -10,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.13/deadbeef-mpris2-plugin-1.13.tar.xz
- md5sums = 848323d88f9b781d6c6e6dbf9a4e04c8
+ source = https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v1.14/deadbeef-mpris2-plugin-1.14.tar.xz
+ md5sums = c7e6b795bb5092e1aa5af7e2d1640d70
pkgname = deadbeef-mpris2-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 0a945dc4c6d0..6a9dba9362f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Peter Lamby <peterlamby@web.de>
pkgname=deadbeef-mpris2-plugin
-pkgver=1.13
+pkgver=1.14
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=('848323d88f9b781d6c6e6dbf9a4e04c8')
+md5sums=('c7e6b795bb5092e1aa5af7e2d1640d70')
build() {
cd "${srcdir}/deadbeef-${pkgver}"