summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e04242a22e1..e4104ca74604 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = spotify-tui-bin
pkgdesc = Spotify client for the terminal written in Rust
pkgver = 0.19.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Rigellute/spotify-tui
arch = x86_64
license = MIT
depends = openssl
depends = libxcb
provides = spotify-tui
+ conflicts = spotify-tui
source = https://github.com/Rigellute/spotify-tui/releases/download/v0.19.0/spotify-tui-linux.tar.gz
source = https://raw.githubusercontent.com/Rigellute/spotify-tui/v0.19.0/LICENSE
sha256sums = b5a40090ec1a3b3013214e9ac389775f0a07ae8c90cbac6a9b2869f99ad873c3
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")