spotify-tui: avoid conflict with spt
This commit is contained in:
parent
b14109632d
commit
acaa3322a7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue