diff --git a/srcpkgs/spotifyd/template b/srcpkgs/spotifyd/template index 2e21b38230c..452356c3c8a 100644 --- a/srcpkgs/spotifyd/template +++ b/srcpkgs/spotifyd/template @@ -1,7 +1,7 @@ # Template file for 'spotifyd' pkgname=spotifyd -version=0.3.0 -revision=3 +version=0.3.2 +revision=1 build_style=cargo configure_args="--no-default-features" hostmakedepends="pkg-config" @@ -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=47b3d9a87a9bc8ff5a46b9ba3ccb5ea0b305964c6f334e601a0316697d8bcd4a +checksum=d1d5442e6639cde7fbd390a65335489611eec62a1cfcba99a4aba8e8977a9d9c build_options="alsa pulseaudio portaudio dbus" build_options_default="alsa pulseaudio portaudio dbus" @@ -33,11 +33,3 @@ fi case "$XBPS_TARGET_MACHINE" in aarch64-musl) broken="https://travis-ci.org/void-linux/void-packages/jobs/636076091" ;; esac - -post_patch() { - vsed -e 's/"with-tremor"//' -i Cargo.toml -} - -pre_build() { - cargo update --package openssl-sys --precise 0.9.58 -}