spotify-tui: fix ftbfs
This commit is contained in:
parent
edb6db3f75
commit
559dcc9bb1
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'spotify-tui'
|
||||
pkgname=spotify-tui
|
||||
version=0.25.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config python3"
|
||||
makedepends="openssl-devel python3-devel libxcb-devel"
|
||||
|
@ -20,6 +20,10 @@ pre_build() {
|
|||
cargo update --package socket2:0.3.12 --precise 0.3.19
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
cargo update --package rustc-serialize@0.3.24 --precise 0.3.25
|
||||
}
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/bin/spt ${DESTDIR}/usr/bin/spotify-tui
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue