summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hauser2021-04-26 09:59:34 +0200
committerSimon Hauser2021-04-26 09:59:34 +0200
commitfbc90d40fd6df4490b6406601489ca348ae7634c (patch)
treedd175807c97676b7835be6e8e0e0fab151805216
parent004c2edaf3b115df3c9a0c9b3d4b99fd06868d65 (diff)
downloadaur-fbc90d40fd6df4490b6406601489ca348ae7634c.tar.gz
add provides/conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ae531351763..7bb464d87d1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotify-tui
pkgdesc = Spotify client for the terminal written in Rust
pkgver = 0.23.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Rigellute/spotify-tui
arch = x86_64
license = MIT
@@ -9,6 +9,8 @@ pkgbase = spotify-tui
makedepends = python
depends = openssl
depends = libxcb
+ provides = spotify-tui
+ conflicts = spotify-tui
source = spotify-tui-0.23.0.tar.gz::https://github.com/Rigellute/spotify-tui/archive/v0.23.0.tar.gz
sha512sums = 0a1bc953fa8187accf6b78459b8900b513afd984e898f83742a700bee3942a921cbae6a1f9cd7883390ea322bac26e2c78b9a85b787b716a01c423b03d77b2b6
diff --git a/PKGBUILD b/PKGBUILD
index 8712e43c09d5..7e50f6279a98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=spotify-tui
pkgver=0.23.0
-pkgrel=1
+pkgrel=2
pkgdesc='Spotify client for the terminal written in Rust'
arch=(x86_64)
url=https://github.com/Rigellute/spotify-tui
@@ -12,6 +12,8 @@ depends=(openssl libxcb)
makedepends=(cargo python)
source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
sha512sums=('0a1bc953fa8187accf6b78459b8900b513afd984e898f83742a700bee3942a921cbae6a1f9cd7883390ea322bac26e2c78b9a85b787b716a01c423b03d77b2b6')
+provides=('spotify-tui')
+conflicts=('spotify-tui')
build() {
cd $pkgname-$pkgver