summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2019-10-06 21:05:58 +0200
committerBert Peters2019-10-06 21:05:58 +0200
commitc1845375bfe9f056cbe66a37e37664e2fe750996 (patch)
treeaba0bc74448b6c7ed3b9a5e6af655b852177f787
parentc7c82193841b44e11e549f6f36d7bf04dbb944a0 (diff)
downloadaur-c1845375bfe9f056cbe66a37e37664e2fe750996.tar.gz
Update to 0.2.19.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4980bf54eb54..878da2a7b143 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotifyd
pkgdesc = A spotify playing daemon
- pkgver = 0.2.18
+ pkgver = 0.2.19
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.18.tar.gz::https://github.com/Spotifyd/spotifyd/archive/v0.2.18.tar.gz
- sha256sums = 844e46cf7d17e1c98813df991be74d6911a3c162363834e3ba0bb216d08e3edd
+ source = spotifyd-0.2.19.tar.gz::https://github.com/Spotifyd/spotifyd/archive/v0.2.19.tar.gz
+ sha256sums = f2df428973f65f8aee3a4f9fe99d9e8c6fdd7e6b2a3f18b0598f28cc5f3b5a25
pkgname = spotifyd
diff --git a/PKGBUILD b/PKGBUILD
index 196507e4b0d1..db47ae431b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=spotifyd
pkgname=('spotifyd' 'spotifyd-pulseaudio' 'spotifyd-dbus-mpris' 'spotifyd-full')
-pkgver=0.2.18
+pkgver=0.2.19
pkgrel=1
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
license=('GPL3')
@@ -13,7 +13,7 @@ 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=('844e46cf7d17e1c98813df991be74d6911a3c162363834e3ba0bb216d08e3edd')
+sha256sums=('f2df428973f65f8aee3a4f9fe99d9e8c6fdd7e6b2a3f18b0598f28cc5f3b5a25')
_features=(''
'pulseaudio_backend'
'dbus_mpris'