From f238f39d2c02b392ea56949843e90f0e96ef7df9 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 4 Jul 2020 12:50:21 +0200 Subject: [PATCH] spotify-tui: rebuild against libressl-3.1.3 --- srcpkgs/spotify-tui/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/spotify-tui/template b/srcpkgs/spotify-tui/template index 83ec92b81d2..3bac3db773f 100644 --- a/srcpkgs/spotify-tui/template +++ b/srcpkgs/spotify-tui/template @@ -1,7 +1,7 @@ # Template file for 'spotify-tui' pkgname=spotify-tui version=0.20.0 -revision=1 +revision=2 build_style=cargo hostmakedepends="pkg-config python3" makedepends="libressl-devel python3-devel libxcb-devel" @@ -12,6 +12,10 @@ homepage="https://github.com/Rigellute/spotify-tui" distfiles="https://github.com/Rigellute/spotify-tui/archive/v${version}.tar.gz" checksum=ead7014a383625d133937d20184a0bf015bfb50d9ddde8779fad3841baba426b +pre_build() { + cargo update --package openssl-sys --precise 0.9.58 +} + post_install() { mv ${DESTDIR}/usr/bin/spt ${DESTDIR}/usr/bin/spotify-tui vlicense LICENSE