summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2019-09-29 20:49:40 +0200
committerBert Peters2019-09-29 20:49:40 +0200
commit1b6f827f36d301c7cde9b358634107653179a260 (patch)
treeb9bbce10e7835f8cc8db72d5ba4746b98be7567d
parentaff567396764b2d745927e5154741e36364568c9 (diff)
downloadaur-1b6f827f36d301c7cde9b358634107653179a260.tar.gz
Update to 0.2.17.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b652b12b04c..24fe35d7a2d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotifyd
pkgdesc = A spotify playing daemon
- pkgver = 0.2.16
+ pkgver = 0.2.17
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.16.tar.gz::https://github.com/Spotifyd/spotifyd/archive/v0.2.16.tar.gz
- sha256sums = 370458d66260a8a99f1f0db60f321727526a17ad4e8c269099ed18fccf005857
+ source = spotifyd-0.2.17.tar.gz::https://github.com/Spotifyd/spotifyd/archive/v0.2.17.tar.gz
+ sha256sums = bef43eb6446e8c265d67b3ded09ed36c4396ebe135017093aa281ae365243be1
pkgname = spotifyd
diff --git a/PKGBUILD b/PKGBUILD
index 394c954459af..a255f7ff04c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=spotifyd
pkgname=('spotifyd' 'spotifyd-pulseaudio' 'spotifyd-dbus-mpris' 'spotifyd-full')
-pkgver=0.2.16
+pkgver=0.2.17
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=('370458d66260a8a99f1f0db60f321727526a17ad4e8c269099ed18fccf005857')
+sha256sums=('bef43eb6446e8c265d67b3ded09ed36c4396ebe135017093aa281ae365243be1')
_features=(''
'pulseaudio_backend'
'dbus_mpris'