summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBert Peters2019-01-29 12:57:01 +0100
committerBert Peters2019-01-29 12:57:01 +0100
commit4d6bd477ea31ea4aba467f1f1d8fdb4a8b485d69 (patch)
treee790b7d4d84aeff3585e5299f90c24449a07c84a /PKGBUILD
parentdcdfe058ff6fdb1eb842ae8a26f8c1c6037d5fbd (diff)
downloadaur-4d6bd477ea31ea4aba467f1f1d8fdb4a8b485d69.tar.gz
Update to 0.2.4.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7a8e3799269..510f638f8889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgbase=spotifyd
pkgname=('spotifyd' 'spotifyd-pulseaudio' 'spotifyd-dbus-mpris')
-pkgver=0.2.3
-pkgrel=3
+pkgver=0.2.4
+pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
license=('GPL3')
depends=('alsa-lib' 'libogg' 'gcc-libs')
@@ -13,7 +13,7 @@ makedepends=('cargo' 'libpulse')
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=('619f5270023e70b3fb8329b9b8995800833768850014e320c734c067fce4b1b5')
+sha256sums=('05359f6b9e93cd64c3dfada42341dd3b3999f7d695093f5e831164016b945dd3')
prepare() {
cd "$srcdir/spotifyd-$pkgver"