spotifyd: update to 0.3.3.
This commit is contained in:
parent
84b5785a96
commit
c93f8e80c9
1 changed files with 2 additions and 6 deletions
|
@ -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 <abenson+void@gmail.com>"
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue