summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarakh2019-10-06 01:47:10 +0200
committerVarakh2019-10-06 01:47:10 +0200
commitd6c40cf2274e4375b47139827898fdb5ec7d6a56 (patch)
tree3bd27f8335f5dd01047b50e2c174f6159f6095da
parent9da95a2614d12f676c2b9268c6968845f8b85f1f (diff)
downloadaur-d6c40cf2274e4375b47139827898fdb5ec7d6a56.tar.gz
Update to 0.2.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6835a239716c..0435b3fb4177 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotifyd-bin
pkgdesc = A spotify playing daemon
- pkgver = 0.2.11
+ pkgver = 0.2.18
pkgrel = 1
url = https://github.com/Spotifyd/spotifyd
arch = armv7h
@@ -11,11 +11,11 @@ pkgbase = spotifyd-bin
conflicts = spotifyd-pulseaudio
conflicts = spotifyd-git
conflicts = spotifyd-pulseaudio-git
- source_armv7h = https://github.com/Spotifyd/spotifyd/releases/download/0.2.11/spotifyd-2019-06-19-armv6.zip
+ source_armv7h = https://github.com/Spotifyd/spotifyd/releases/download/v0.2.18/spotifyd-2019-10-03-armv6-slim.zip
source_armv7h = spotifyd.service
sha256sums_armv7h = 66a5cb90ff16cca2269f96d827e5091a2bd47dfba5c161331315ed58ccda81f0
sha256sums_armv7h = 67bce68cfad74bfccad4b471045d3c5d5fb0f693545f3ef12511d171ea41a5e4
- source_x86_64 = https://github.com/Spotifyd/spotifyd/releases/download/0.2.11/spotifyd-2019-06-19-x86.zip
+ source_x86_64 = https://github.com/Spotifyd/spotifyd/releases/download/v0.2.18/spotifyd-2019-10-03-x86-slim.zip
source_x86_64 = spotifyd.service
sha256sums_x86_64 = 55996929e749310a726fd16fa601b98a784afc89e104c17d06ecadd1676c88e0
sha256sums_x86_64 = 67bce68cfad74bfccad4b471045d3c5d5fb0f693545f3ef12511d171ea41a5e4
diff --git a/PKGBUILD b/PKGBUILD
index bd6cae4afe32..0221743d07a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Varakh <varakh@varakh.de>
pkgname=spotifyd-bin
-pkgver=0.2.11
+pkgver=0.2.18
pkgrel=1
conflicts=('spotifyd' 'spotifyd-pulseaudio' 'spotifyd-git' 'spotifyd-pulseaudio-git')
provides=('spotifyd')
@@ -9,12 +9,12 @@ depends=('alsa-lib')
arch=('armv7h' 'x86_64')
pkgdesc="A spotify playing daemon"
url="https://github.com/Spotifyd/spotifyd"
-source_x86_64=("https://github.com/Spotifyd/spotifyd/releases/download/$pkgver/spotifyd-2019-06-19-x86.zip" "spotifyd.service")
-sha256sums_armv7h=('66a5cb90ff16cca2269f96d827e5091a2bd47dfba5c161331315ed58ccda81f0'
+source_x86_64=("https://github.com/Spotifyd/spotifyd/releases/download/v$pkgver/spotifyd-2019-10-03-x86-slim.zip" "spotifyd.service")
+sha256sums_armv7h=('d948b1be14f3ac71b3eb3be8416ac03cc1c5faea0c742cd4a724c3ee42ce2206'
'67bce68cfad74bfccad4b471045d3c5d5fb0f693545f3ef12511d171ea41a5e4')
-sha256sums_x86_64=('55996929e749310a726fd16fa601b98a784afc89e104c17d06ecadd1676c88e0'
+sha256sums_x86_64=('e51314fcc96e5890ff3b5ef2f202eeb52524f0e305acb9db9487ab8e1bd649a7'
'67bce68cfad74bfccad4b471045d3c5d5fb0f693545f3ef12511d171ea41a5e4')
-source_armv7h=("https://github.com/Spotifyd/spotifyd/releases/download/$pkgver/spotifyd-2019-06-19-armv6.zip" "spotifyd.service")
+source_armv7h=("https://github.com/Spotifyd/spotifyd/releases/download/v$pkgver/spotifyd-2019-10-03-armv6-slim.zip" "spotifyd.service")
package() {
install -D -m 755 spotifyd "${pkgdir}/usr/bin/spotifyd"