summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69ff9b8699a0..18b1c033b49f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotify-snapstore
pkgdesc = A proprietary music streaming service
pkgver = 1.1.77.643_g3c4c6fc6
- pkgrel = 2
+ pkgrel = 3
url = https://www.spotify.com
arch = x86_64
license = custom
@@ -18,6 +18,8 @@ pkgbase = spotify-snapstore
optdepends = ffmpeg-compat-57: Adds support for playback of local files
optdepends = zenity: Adds support for importing local files
optdepends = libnotify: Desktop notifications
+ provides = spotify
+ conflicts = spotify
options = !strip
source = spotify.protocol
source = LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 1e1498f2ea42..0374dbc6195d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,10 @@
pkgname=spotify-snapstore
pkgver=1.1.77.643_g3c4c6fc6
-pkgrel=2
+pkgrel=3
pkgdesc='A proprietary music streaming service'
+conflicts=('spotify')
+provides=('spotify')
arch=('x86_64')
license=('custom')
url='https://www.spotify.com'