summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2020-01-29 20:26:00 +0100
committerBert Peters2020-01-29 20:26:00 +0100
commitbeabf5e5aaadcdce2f8133bdaec2edac850c5dd2 (patch)
tree47fee1ee002e500d04411acae541b5af25a2d7a4
parent1797f790fef10638ea6023096c06b6d854764c2a (diff)
downloadaur-spotifyd.tar.gz
Update to 0.2.24.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03a12b9da9c9..d636dab32f55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotifyd
pkgdesc = A spotify playing daemon
- pkgver = 0.2.23
+ pkgver = 0.2.24
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.23.tar.gz::https://github.com/Spotifyd/spotifyd/archive/v0.2.23.tar.gz
- sha256sums = fc282ea0773645106195eb399df900bcbd1a9c5e9e54635ea7b9a9f4b90764bd
+ source = spotifyd-0.2.24.tar.gz::https://github.com/Spotifyd/spotifyd/archive/v0.2.24.tar.gz
+ sha256sums = d3763f4647217a8f98ee938b50e141d67a5f3d33e9378894fde2a92c9845ef80
pkgname = spotifyd
diff --git a/PKGBUILD b/PKGBUILD
index 04736b903d35..5963d8809b9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=spotifyd
pkgname=('spotifyd' 'spotifyd-pulseaudio' 'spotifyd-dbus-mpris' 'spotifyd-full')
-pkgver=0.2.23
+pkgver=0.2.24
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=('fc282ea0773645106195eb399df900bcbd1a9c5e9e54635ea7b9a9f4b90764bd')
+sha256sums=('d3763f4647217a8f98ee938b50e141d67a5f3d33e9378894fde2a92c9845ef80')
_features=(''
'pulseaudio_backend'
'dbus_mpris'