From c93f8e80c91a2adce3fafbc578ac9297c2d7f634 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 15 Dec 2021 18:57:38 -0600 Subject: [PATCH] spotifyd: update to 0.3.3. --- srcpkgs/spotifyd/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/spotifyd/template b/srcpkgs/spotifyd/template index 452356c3c8a..6c16a1b12a2 100644 --- a/srcpkgs/spotifyd/template +++ b/srcpkgs/spotifyd/template @@ -1,6 +1,6 @@ # Template file for 'spotifyd' pkgname=spotifyd -version=0.3.2 +version=0.3.3 revision=1 build_style=cargo configure_args="--no-default-features" @@ -13,7 +13,7 @@ maintainer="Andrew Benson " license="GPL-3.0-or-later" homepage="https://github.com/Spotifyd/spotifyd" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=d1d5442e6639cde7fbd390a65335489611eec62a1cfcba99a4aba8e8977a9d9c +checksum=7fec8244a0052449d9c598535013dfe2a01bd6a1a55b271a713af4fcbeb98360 build_options="alsa pulseaudio portaudio dbus" build_options_default="alsa pulseaudio portaudio dbus" @@ -29,7 +29,3 @@ _features+="$(vopt_if portaudio ',portaudio_backend')" if [ "$_features" ]; then configure_args+=" --features $_features" fi - -case "$XBPS_TARGET_MACHINE" in - aarch64-musl) broken="https://travis-ci.org/void-linux/void-packages/jobs/636076091" ;; -esac