diff options
author | Thomas | 2022-02-27 18:24:24 +1100 |
---|---|---|
committer | Thomas | 2022-02-27 18:24:24 +1100 |
commit | 713f315e5ef44393c4b22c4e0fb56dc70e442297 (patch) | |
tree | 3b89ceb809405b4343ff148d16803f5af36434ff | |
parent | 0a8fa7d8146cf925e9f5d7e06860f099148dd81f (diff) | |
download | aur-713f315e5ef4.tar.gz |
add spotify to provides and conflicts
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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 @@ -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' |