From c344b6be50a086771b68b16b1c31abb34f4e0fa9 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 4 Jul 2020 12:50:21 +0200 Subject: [PATCH] spotifyd: rebuild against libressl-3.1.3 --- srcpkgs/spotifyd/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/spotifyd/template b/srcpkgs/spotifyd/template index 3dbbbf8cd9f..3d9c98f51cd 100644 --- a/srcpkgs/spotifyd/template +++ b/srcpkgs/spotifyd/template @@ -1,7 +1,7 @@ # Template file for 'spotifyd' pkgname=spotifyd version=0.2.24 -revision=2 +revision=3 build_style=cargo configure_args="--no-default-features" hostmakedepends="pkg-config" @@ -31,3 +31,7 @@ fi case "$XBPS_TARGET_MACHINE" in aarch64-musl) broken="https://travis-ci.org/void-linux/void-packages/jobs/636076091" ;; esac + +pre_build() { + cargo update --package openssl-sys --precise 0.9.58 +}