summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarakh2018-06-12 17:30:37 +0200
committerVarakh2018-06-12 17:30:37 +0200
commitf94d639cc870d8ba17d160c7602096abf5e5232d (patch)
treee57f54c3e9e0f8acf3321ccfe0eb7bda8be9d114
parentfabef1e0b3a226f0231c07b50b1b5057b117958d (diff)
downloadaur-f94d639cc870d8ba17d160c7602096abf5e5232d.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 92b45d94d374..44566d59a389 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Jun 12 15:20:56 UTC 2018
+# Tue Jun 12 15:30:24 UTC 2018
pkgbase = spotifyd-bin
pkgdesc = A spotify playing daemon
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Spotifyd/spotifyd
arch = armv7h
arch = x86_64
depends = alsa-lib
provides = spotifyd
conflicts = spotifyd
+ conflicts = spotifyd-pulseaudio
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
diff --git a/PKGBUILD b/PKGBUILD
index 6c66773a2673..8bbd47333fec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=spotifyd-bin
pkgver=0.2.1
-pkgrel=1
-conflicts=('spotifyd' 'spotifyd-git' 'spotifyd-pulseaudio-git')
+pkgrel=2
+conflicts=('spotifyd' 'spotifyd-pulseaudio' 'spotifyd-git' 'spotifyd-pulseaudio-git')
provides=('spotifyd')
depends=('alsa-lib')
arch=('armv7h' 'x86_64')