From 1b3df04817425a4324576c88e6dbfe390330d409 Mon Sep 17 00:00:00 2001 From: Rodrigo Oliveira Date: Thu, 15 Dec 2022 18:52:02 -0300 Subject: [PATCH] spotifyd: update to 0.3.4 --- srcpkgs/spotifyd/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/spotifyd/template b/srcpkgs/spotifyd/template index 6c16a1b12a29..0dfd2e00346d 100644 --- a/srcpkgs/spotifyd/template +++ b/srcpkgs/spotifyd/template @@ -1,6 +1,6 @@ # Template file for 'spotifyd' pkgname=spotifyd -version=0.3.3 +version=0.3.4 revision=1 build_style=cargo configure_args="--no-default-features" @@ -12,8 +12,8 @@ short_desc="Spotify client running as a UNIX daemon" maintainer="Andrew Benson " license="GPL-3.0-or-later" homepage="https://github.com/Spotifyd/spotifyd" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=7fec8244a0052449d9c598535013dfe2a01bd6a1a55b271a713af4fcbeb98360 +distfiles="https://github.com/Spotifyd/spotifyd/archive/v${version}.tar.gz" +checksum=c14df2499fa192cae5b6ade16c5cea70d29a5e977928dab283fa1fc12a3184df build_options="alsa pulseaudio portaudio dbus" build_options_default="alsa pulseaudio portaudio dbus"