summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2018-05-29 18:51:33 +0200
committerBert Peters2018-05-29 18:51:33 +0200
commit2d8c2e9d6d81aa69f3cde6ecaed963fb8f58240b (patch)
tree173e0b83c6ccbf89862cd58bc66c8baf33bcdfac
parent63dad0933a4ba5db34b03296a059f3be5eb589ed (diff)
downloadaur-2d8c2e9d6d81aa69f3cde6ecaed963fb8f58240b.tar.gz
Upstream version bump
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48e8a4248c5b..829a3aef2d54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Florian Klink <flokli@flokli.de>
pkgname=spotifyd
-pkgver=0.2
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
license=('GPL3')
depends=('flac' 'libogg' 'libsndfile' 'libvorbis')
@@ -13,7 +13,7 @@ conflicts=('spotifyd-bin' 'spotifyd-git')
pkgdesc="A spotify playing daemon"
url="https://github.com/Spotifyd/$pkgname"
source=("$pkgname-$pkgver.tar.gz::https://github.com/Spotifyd/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('090be5990fbe6db9cc47d827e8c73d155cb442932eea23e227d8ff2474b531b8')
+sha256sums=('6e092b7e78c42fc2a4865b6b8571b71b63acc3d8941e15250e1f033508b151e1')
build() {
cd "$srcdir/spotifyd-$pkgver"