diff --git a/srcpkgs/spotify-tui/template b/srcpkgs/spotify-tui/template index daa362edf05..b47059db74b 100644 --- a/srcpkgs/spotify-tui/template +++ b/srcpkgs/spotify-tui/template @@ -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