summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarakh2019-11-27 18:09:09 +0100
committerVarakh2019-11-27 18:09:09 +0100
commit8c99db715b438052e1cc31ab0b5811fec42a5ae8 (patch)
tree49880d9294554599a7c4cd9254f84130d2cf750f
parentb377e8154d891387503822b00f32bfabe2c7c399 (diff)
downloadaur-8c99db715b438052e1cc31ab0b5811fec42a5ae8.tar.gz
Use only spotifyd as conflict instead of listing every variant
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56a907c1648d..14edbf8785cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotifyd-bin
pkgdesc = A spotify playing daemon
pkgver = 0.2.20
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Spotifyd/spotifyd
arch = x86_64
arch = armv6h
@@ -11,10 +11,6 @@ pkgbase = spotifyd-bin
depends = alsa-lib
provides = spotifyd
conflicts = spotifyd
- conflicts = spotifyd-pulseaudio
- conflicts = spotifyd-dbus-mpris
- conflicts = spotifyd-git
- conflicts = spotifyd-pulseaudio-git
source = spotifyd-bin-0.2.20.tar.gz::https://github.com/Spotifyd/spotifyd/releases/download/v0.2.20/spotifyd-linux-slim.tar.gz
source = spotifyd.service
sha256sums = db45c8df7eff78500f1f0b330f054ce095d7e2cb901f9f3dbb4931c96c8dcc7b
diff --git a/PKGBUILD b/PKGBUILD
index c032b9af4bb8..4eab7ecdc139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=spotifyd-bin
pkgname=('spotifyd-bin' 'spotifyd-bin-slim')
pkgver=0.2.20
-pkgrel=1
-conflicts=('spotifyd' 'spotifyd-pulseaudio' 'spotifyd-dbus-mpris' 'spotifyd-git' 'spotifyd-pulseaudio-git')
+pkgrel=2
+conflicts=('spotifyd')
provides=('spotifyd')
depends=('alsa-lib')
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')