From 590fe059e8950db3775540024c4a0a23dfbfaa24 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 6 May 2020 15:53:39 -0500 Subject: [PATCH] spotify-tui: avoid conflict with spt --- srcpkgs/spotify-tui/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }