summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2021-02-16 21:48:42 +0100
committerChristopher Reimer2021-02-16 21:48:42 +0100
commite3c4399f39974ecaabf523f57696febe45f884e4 (patch)
tree929be4dd00187f8639a49fede2f0f54e1738a021
parent0c79f681ec0475fa0a293ad20902692b102aa385 (diff)
downloadaur-e3c4399f39974ecaabf523f57696febe45f884e4.tar.gz
spotify-snap: Add provides spotify
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f85156c30f2..54bcaad675cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotify-snap
pkgdesc = A proprietary music streaming service
pkgver = 1.1.46.916.g416cacf1
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://www.spotify.com
arch = x86_64
@@ -17,6 +17,7 @@ pkgbase = spotify-snap
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
diff --git a/PKGBUILD b/PKGBUILD
index f26c7e38f935..129f9339db53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,11 @@ pkgver=1.1.46.916.g416cacf1
epoch=1
_snapid=pOBIoZ2LrCB3rDohMxoYGnbN14EHOgD7
_revision=43
-pkgrel=3
+pkgrel=4
pkgdesc='A proprietary music streaming service'
arch=('x86_64')
conflicts=('spotify')
+provides=('spotify')
license=('custom')
url='https://www.spotify.com'
depends=('alsa-lib>=1.0.14' 'gtk2' 'libsystemd' 'desktop-file-utils' 'openssl' 'nss' 'at-spi2-atk')