mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
spotify-tui: fix ftbfs
This commit is contained in:
parent
edb6db3f75
commit
559dcc9bb1
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'spotify-tui'
|
# Template file for 'spotify-tui'
|
||||||
pkgname=spotify-tui
|
pkgname=spotify-tui
|
||||||
version=0.25.0
|
version=0.25.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="openssl-devel python3-devel libxcb-devel"
|
makedepends="openssl-devel python3-devel libxcb-devel"
|
||||||
|
@ -20,6 +20,10 @@ pre_build() {
|
||||||
cargo update --package socket2:0.3.12 --precise 0.3.19
|
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() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/bin/spt ${DESTDIR}/usr/bin/spotify-tui
|
mv ${DESTDIR}/usr/bin/spt ${DESTDIR}/usr/bin/spotify-tui
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue