spotify-tui: update to 0.10.0.
This commit is contained in:
parent
1ea7dae01a
commit
bd8c9fcf66
2 changed files with 4 additions and 14 deletions
|
@ -1,10 +0,0 @@
|
|||
--- 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,16 +1,16 @@
|
|||
# Template file for 'spotify-tui'
|
||||
pkgname=spotify-tui
|
||||
version=0.9.0
|
||||
version=0.10.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libressl-devel"
|
||||
hostmakedepends="pkg-config python3"
|
||||
makedepends="libressl-devel python3-devel libxcb-devel"
|
||||
short_desc="Spotify for the terminal"
|
||||
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=e439ce84c777d429640d67768ca35761b0c7d29939691f113e2af895fb05aa9f
|
||||
checksum=384836b6a62df564ca5eb449e645c073becc9a95910fab54ce42882384deaccf
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue