summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarakh2018-06-12 17:23:54 +0200
committerVarakh2018-06-12 17:23:54 +0200
commit19994608c9227fa09750ba41ff861cb5c8577d65 (patch)
treef659c3fb00e23d7b6490b30ef5b5ac02a04ce2b2
parente6b9ac7e8a8cb8c5783b79d1e8fed2149e3ed6f8 (diff)
downloadaur-19994608c9227fa09750ba41ff861cb5c8577d65.tar.gz
Correct provides and conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0048d015ea3..0af1bcb2b309 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed May 30 19:15:48 UTC 2018
+# Tue Jun 12 15:23:15 UTC 2018
pkgbase = spotifyd-git
pkgdesc = A spotify playing daemon
pkgver = 0.2.1
@@ -14,6 +14,8 @@ pkgbase = spotifyd-git
depends = libogg
depends = libsndfile
depends = libvorbis
+ provides = spotifyd
+ conflicts = spotifyd
conflicts = spotifyd-bin
conflicts = spotifyd-pulseaudio-git
source = spotifyd::git+https://github.com/Spotifyd/spotifyd
diff --git a/PKGBUILD b/PKGBUILD
index e32d19d24058..66ce0aa8a6bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
depends=('flac' 'libogg' 'libsndfile' 'libvorbis')
makedepends=('git' 'cargo')
-conflicts=('spotifyd-bin' 'spotifyd-pulseaudio-git')
+conflicts=('spotifyd' 'spotifyd-bin' 'spotifyd-pulseaudio-git')
+provides=('spotifyd')
pkgdesc="A spotify playing daemon"
url="https://github.com/Spotifyd/spotifyd"
source=("spotifyd::git+https://github.com/Spotifyd/spotifyd")