summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2019-11-10 14:42:50 +0100
committerBert Peters2019-11-10 14:42:50 +0100
commit075e53be0b04a680de851898d71ffacc30a6c60c (patch)
treecfaa00f9dcb7617753cbbf88484a72d654941237
parentc1845375bfe9f056cbe66a37e37664e2fe750996 (diff)
downloadaur-075e53be0b04a680de851898d71ffacc30a6c60c.tar.gz
Update to v0.2.20.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 878da2a7b143..e17af09e8d61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotifyd
pkgdesc = A spotify playing daemon
- pkgver = 0.2.19
+ pkgver = 0.2.20
pkgrel = 1
url = https://github.com/Spotifyd/spotifyd
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = spotifyd
depends = alsa-lib
depends = libogg
depends = gcc-libs
- source = spotifyd-0.2.19.tar.gz::https://github.com/Spotifyd/spotifyd/archive/v0.2.19.tar.gz
- sha256sums = f2df428973f65f8aee3a4f9fe99d9e8c6fdd7e6b2a3f18b0598f28cc5f3b5a25
+ source = spotifyd-0.2.20.tar.gz::https://github.com/Spotifyd/spotifyd/archive/v0.2.20.tar.gz
+ sha256sums = b76d15756f6024e6f0f288092a1dd6a65e39ee611966c5073e7e734c3058ead5
pkgname = spotifyd
diff --git a/PKGBUILD b/PKGBUILD
index db47ae431b25..9321c706143d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=spotifyd
pkgname=('spotifyd' 'spotifyd-pulseaudio' 'spotifyd-dbus-mpris' 'spotifyd-full')
-pkgver=0.2.19
+pkgver=0.2.20
pkgrel=1
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
license=('GPL3')
@@ -13,11 +13,11 @@ makedepends=('cargo' 'libpulse' 'dbus')
pkgdesc="A spotify playing daemon"
url="https://github.com/Spotifyd/$pkgbase"
source=("$pkgbase-$pkgver.tar.gz::https://github.com/Spotifyd/$pkgbase/archive/v$pkgver.tar.gz")
-sha256sums=('f2df428973f65f8aee3a4f9fe99d9e8c6fdd7e6b2a3f18b0598f28cc5f3b5a25')
+sha256sums=('b76d15756f6024e6f0f288092a1dd6a65e39ee611966c5073e7e734c3058ead5')
_features=(''
'pulseaudio_backend'
'dbus_mpris'
- 'pulseaudio_backend,dbus_mpris,dbus_keyring'
+ 'pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend'
)
build() {