spotify-tui: avoid conflict with spt

This commit is contained in:
Andrew Benson 2020-05-06 15:53:39 -05:00 committed by Andrew Benson
parent b14109632d
commit acaa3322a7

View file

@ -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
}