summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Hauser2020-05-05 15:32:06 +0200
committerSimon Hauser2020-05-05 15:32:06 +0200
commit3911eb684665c8c418109c0f1464eb28ea38577a (patch)
tree35d53c682c38e562cb38ca641d8322828aa7730f /PKGBUILD
parent00559bebdfb9ea853bce835c2ee93dc37c039c77 (diff)
downloadaur-3911eb684665c8c418109c0f1464eb28ea38577a.tar.gz
Adds spotify-tui as conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8156324339b..6eaf7a97ee18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname='spotify-tui-bin'
pkgver=0.19.0
-pkgrel=1
+pkgrel=2
pkgdesc="Spotify client for the terminal written in Rust"
arch=('x86_64')
url='https://github.com/Rigellute/spotify-tui'
license=('MIT')
depends=(openssl libxcb)
provides=('spotify-tui')
+conflicts=('spotify-tui')
source=("$url/releases/download/v$pkgver/spotify-tui-linux.tar.gz"
"https://raw.githubusercontent.com/Rigellute/spotify-tui/v$pkgver/LICENSE")