spotify-tui: update to 0.9.0.
This commit is contained in:
parent
27057f96f4
commit
31a1baf10a
2 changed files with 12 additions and 2 deletions
10
srcpkgs/spotify-tui/patches/new-openssl-sys.patch
Normal file
10
srcpkgs/spotify-tui/patches/new-openssl-sys.patch
Normal file
|
@ -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
|
|
@ -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 <abenson+void@gmail.com>"
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue