From 8c786914c51a5716314cdb478cd7ff67d1705b5e Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:18:47 +0100 Subject: [PATCH] spotify-tui: rebuild against OpenSSL --- srcpkgs/spotify-tui/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/spotify-tui/template b/srcpkgs/spotify-tui/template index 1c027e542e2..19593004ef0 100644 --- a/srcpkgs/spotify-tui/template +++ b/srcpkgs/spotify-tui/template @@ -1,10 +1,10 @@ # Template file for 'spotify-tui' pkgname=spotify-tui version=0.23.0 -revision=1 +revision=2 build_style=cargo hostmakedepends="pkg-config python3" -makedepends="libressl-devel python3-devel libxcb-devel" +makedepends="openssl-devel python3-devel libxcb-devel" short_desc="Spotify for the terminal" maintainer="Andrew Benson " license="MIT"