From 31a1baf10a2aed42c1fd2ffd1a381912ccc957b0 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 14 Nov 2019 06:50:08 -0600 Subject: [PATCH] spotify-tui: update to 0.9.0. --- srcpkgs/spotify-tui/patches/new-openssl-sys.patch | 10 ++++++++++ srcpkgs/spotify-tui/template | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/spotify-tui/patches/new-openssl-sys.patch diff --git a/srcpkgs/spotify-tui/patches/new-openssl-sys.patch b/srcpkgs/spotify-tui/patches/new-openssl-sys.patch new file mode 100644 index 00000000000..66639c8ce9d --- /dev/null +++ b/srcpkgs/spotify-tui/patches/new-openssl-sys.patch @@ -0,0 +1,10 @@ +--- Cargo.toml.orig ++++ Cargo.toml +@@ -24,6 +24,7 @@ + clap = "2.33.0" + unicode-width = "0.1.6" + backtrace = "0.3.40" ++openssl-sys = "0.9.52" + + [[bin]] + bench = false diff --git a/srcpkgs/spotify-tui/template b/srcpkgs/spotify-tui/template index 24a2bd66cfd..5d7e03cf745 100644 --- a/srcpkgs/spotify-tui/template +++ b/srcpkgs/spotify-tui/template @@ -1,6 +1,6 @@ # Template file for 'spotify-tui' pkgname=spotify-tui -version=0.8.0 +version=0.9.0 revision=1 build_style=cargo hostmakedepends="pkg-config" @@ -10,7 +10,7 @@ maintainer="Andrew Benson " license="MIT" homepage="https://github.com/Rigellute/spotify-tui" distfiles="https://github.com/Rigellute/spotify-tui/archive/v${version}.tar.gz" -checksum=0839d688e40d9c2ad435924785a375b976f51d44a101e71b3a8c49dc7d4c8bbc +checksum=e439ce84c777d429640d67768ca35761b0c7d29939691f113e2af895fb05aa9f post_install() { vlicense LICENSE