summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarakh2019-07-05 14:05:02 +0200
committerVarakh2019-07-05 14:05:02 +0200
commit9da95a2614d12f676c2b9268c6968845f8b85f1f (patch)
tree72c7f546576f6d236ee926c80fd2fe435d415ea8
parent147186bd908166bc7e1d3758cf2039fa8b3aaff4 (diff)
downloadaur-9da95a2614d12f676c2b9268c6968845f8b85f1f.tar.gz
Increase to 0.2.11
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ba4973b549c..6835a239716c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Mar 23 09:43:00 UTC 2019
pkgbase = spotifyd-bin
pkgdesc = A spotify playing daemon
- pkgver = 0.2.5
+ pkgver = 0.2.11
pkgrel = 1
url = https://github.com/Spotifyd/spotifyd
arch = armv7h
@@ -13,13 +11,13 @@ pkgbase = spotifyd-bin
conflicts = spotifyd-pulseaudio
conflicts = spotifyd-git
conflicts = spotifyd-pulseaudio-git
- source_armv7h = https://github.com/Spotifyd/spotifyd/releases/download/v0.2.5/spotifyd-2019-02-25-armv6.zip
+ source_armv7h = https://github.com/Spotifyd/spotifyd/releases/download/0.2.11/spotifyd-2019-06-19-armv6.zip
source_armv7h = spotifyd.service
- sha256sums_armv7h = 49566f012d74f9dc0aa77a5c52e55c08ca480c9a0602d1353690b67413d1d2bd
+ sha256sums_armv7h = 66a5cb90ff16cca2269f96d827e5091a2bd47dfba5c161331315ed58ccda81f0
sha256sums_armv7h = 67bce68cfad74bfccad4b471045d3c5d5fb0f693545f3ef12511d171ea41a5e4
- source_x86_64 = https://github.com/Spotifyd/spotifyd/releases/download/v0.2.5/spotifyd-2019-02-25-amd64.zip
+ source_x86_64 = https://github.com/Spotifyd/spotifyd/releases/download/0.2.11/spotifyd-2019-06-19-x86.zip
source_x86_64 = spotifyd.service
- sha256sums_x86_64 = 00ae961ed6b79a45f5092b77af493f42107507b3f6aa420d725333f0331ff483
+ sha256sums_x86_64 = 55996929e749310a726fd16fa601b98a784afc89e104c17d06ecadd1676c88e0
sha256sums_x86_64 = 67bce68cfad74bfccad4b471045d3c5d5fb0f693545f3ef12511d171ea41a5e4
pkgname = spotifyd-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7ab6dccfdb49..bd6cae4afe32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Varakh <varakh@varakh.de>
pkgname=spotifyd-bin
-pkgver=0.2.5
+pkgver=0.2.11
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/v$pkgver/spotifyd-2019-02-25-amd64.zip" "spotifyd.service")
-sha256sums_armv7h=('1b00528a0de11033ebcc4e796d7227e7799293abf174a08382c28a02371d914a'
+source_x86_64=("https://github.com/Spotifyd/spotifyd/releases/download/$pkgver/spotifyd-2019-06-19-x86.zip" "spotifyd.service")
+sha256sums_armv7h=('66a5cb90ff16cca2269f96d827e5091a2bd47dfba5c161331315ed58ccda81f0'
'67bce68cfad74bfccad4b471045d3c5d5fb0f693545f3ef12511d171ea41a5e4')
-sha256sums_x86_64=('11b1ea0363cd3e217bf2553bffa49380a834c8b4a5b8d4f5aee1fd434fdefdce'
+sha256sums_x86_64=('55996929e749310a726fd16fa601b98a784afc89e104c17d06ecadd1676c88e0'
'67bce68cfad74bfccad4b471045d3c5d5fb0f693545f3ef12511d171ea41a5e4')
-source_armv7h=("https://github.com/Spotifyd/spotifyd/releases/download/v$pkgver/spotifyd-2019-02-25-armv6.zip" "spotifyd.service")
+source_armv7h=("https://github.com/Spotifyd/spotifyd/releases/download/$pkgver/spotifyd-2019-06-19-armv6.zip" "spotifyd.service")
package() {
install -D -m 755 spotifyd "${pkgdir}/usr/bin/spotifyd"