diff --git a/srcpkgs/spotify-tui/template b/srcpkgs/spotify-tui/template index 848410c0a32..68c87d3ccca 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.19.0 -revision=1 +revision=2 build_style=cargo hostmakedepends="pkg-config python3" makedepends="libressl-devel python3-devel libxcb-devel" @@ -13,5 +13,6 @@ distfiles="https://github.com/Rigellute/spotify-tui/archive/v${version}.tar.gz" checksum=eb2c8e8cb5f7778755589eebab91118be6eaa33a2289b058007af11666bffb84 post_install() { + mv ${DESTDIR}/usr/bin/spt ${DESTDIR}/usr/bin/spotify-tui vlicense LICENSE }