summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarakh2018-06-12 17:31:28 +0200
committerVarakh2018-06-12 17:31:28 +0200
commitc6192ca49031c86d3d3e63cb7c4061013adff7fd (patch)
treee9213bdccd72e36efa9eb0c63a669453e979188e
parent19994608c9227fa09750ba41ff861cb5c8577d65 (diff)
downloadaur-c6192ca49031c86d3d3e63cb7c4061013adff7fd.tar.gz
Conflicts
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0af1bcb2b309..b2d6a43d0128 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jun 12 15:23:15 UTC 2018
+# Tue Jun 12 15:31:12 UTC 2018
pkgbase = spotifyd-git
pkgdesc = A spotify playing daemon
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Spotifyd/spotifyd
arch = x86_64
arch = armv7h
@@ -16,6 +16,7 @@ pkgbase = spotifyd-git
depends = libvorbis
provides = spotifyd
conflicts = spotifyd
+ conflicts = spotifyd-pulseaudio
conflicts = spotifyd-bin
conflicts = spotifyd-pulseaudio-git
source = spotifyd::git+https://github.com/Spotifyd/spotifyd
diff --git a/PKGBUILD b/PKGBUILD
index 66ce0aa8a6bc..4de94144149c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=spotifyd-git
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'armv7h' 'aarch64')
depends=('flac' 'libogg' 'libsndfile' 'libvorbis')
makedepends=('git' 'cargo')
-conflicts=('spotifyd' 'spotifyd-bin' 'spotifyd-pulseaudio-git')
+conflicts=('spotifyd' 'spotifyd-pulseaudio' 'spotifyd-bin' 'spotifyd-pulseaudio-git')
provides=('spotifyd')
pkgdesc="A spotify playing daemon"
url="https://github.com/Spotifyd/spotifyd"