summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarakh2018-06-12 17:24:07 +0200
committerVarakh2018-06-12 17:24:07 +0200
commitfabef1e0b3a226f0231c07b50b1b5057b117958d (patch)
tree6fe5601e855c2a48b087d747dc2cde1837f866d2
parent63b046b73e79eeeb49e9415415b5ede498ef7276 (diff)
downloadaur-fabef1e0b3a226f0231c07b50b1b5057b117958d.tar.gz
Correct provides and conflicts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12da529d99c3..92b45d94d374 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed May 30 19:25:42 UTC 2018
+# Tue Jun 12 15:20:56 UTC 2018
pkgbase = spotifyd-bin
pkgdesc = A spotify playing daemon
pkgver = 0.2.1
@@ -8,6 +8,10 @@ pkgbase = spotifyd-bin
arch = armv7h
arch = x86_64
depends = alsa-lib
+ provides = spotifyd
+ conflicts = spotifyd
+ conflicts = spotifyd-git
+ conflicts = spotifyd-pulseaudio-git
source_armv7h = https://github.com/Spotifyd/spotifyd/releases/download/v0.2.1/spotifyd-2018-05-29-armv6.zip
source_armv7h = spotifyd.service
sha256sums_armv7h = 6ce83b043c8dfb300bfa3bda0c0ab31fbdc5750e1ae3f3b8eb846e5f69c7c4c4
diff --git a/PKGBUILD b/PKGBUILD
index c7e620b69c4f..6c66773a2673 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,6 +3,8 @@
pkgname=spotifyd-bin
pkgver=0.2.1
pkgrel=1
+conflicts=('spotifyd' 'spotifyd-git' 'spotifyd-pulseaudio-git')
+provides=('spotifyd')
depends=('alsa-lib')
arch=('armv7h' 'x86_64')
pkgdesc="A spotify playing daemon"