summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2019-10-03 12:38:55 +0200
committerBert Peters2019-10-03 12:38:55 +0200
commitc7c82193841b44e11e549f6f36d7bf04dbb944a0 (patch)
treeb2b41786522b679fab2847c81ce872b63d63d269
parent1b6f827f36d301c7cde9b358634107653179a260 (diff)
downloadaur-c7c82193841b44e11e549f6f36d7bf04dbb944a0.tar.gz
Update to 0.2.18.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24fe35d7a2d7..4980bf54eb54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotifyd
pkgdesc = A spotify playing daemon
- pkgver = 0.2.17
+ pkgver = 0.2.18
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.17.tar.gz::https://github.com/Spotifyd/spotifyd/archive/v0.2.17.tar.gz
- sha256sums = bef43eb6446e8c265d67b3ded09ed36c4396ebe135017093aa281ae365243be1
+ source = spotifyd-0.2.18.tar.gz::https://github.com/Spotifyd/spotifyd/archive/v0.2.18.tar.gz
+ sha256sums = 844e46cf7d17e1c98813df991be74d6911a3c162363834e3ba0bb216d08e3edd
pkgname = spotifyd
diff --git a/PKGBUILD b/PKGBUILD
index a255f7ff04c4..196507e4b0d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=spotifyd
pkgname=('spotifyd' 'spotifyd-pulseaudio' 'spotifyd-dbus-mpris' 'spotifyd-full')
-pkgver=0.2.17
+pkgver=0.2.18
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=('bef43eb6446e8c265d67b3ded09ed36c4396ebe135017093aa281ae365243be1')
+sha256sums=('844e46cf7d17e1c98813df991be74d6911a3c162363834e3ba0bb216d08e3edd')
_features=(''
'pulseaudio_backend'
'dbus_mpris'