summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2018-05-31 15:03:57 +0200
committerBert Peters2018-05-31 15:03:57 +0200
commitdb41202d4c155a286dc234d2d8f4a5a0400d933e (patch)
tree4c603270785cfa1964d839023a091d20e668c8eb
parent2c8fa287d72f968960e1b9f6b94893962d58755e (diff)
downloadaur-db41202d4c155a286dc234d2d8f4a5a0400d933e.tar.gz
Reduce dependencies.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a308d15920b..740f6293cdae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotifyd
pkgdesc = A spotify playing daemon
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Spotifyd/spotifyd
arch = x86_64
arch = armv7h
@@ -9,10 +9,8 @@ pkgbase = spotifyd
license = GPL3
makedepends = git
makedepends = cargo
- depends = flac
- depends = libogg
- depends = libsndfile
- depends = libvorbis
+ depends = openssl
+ depends = alsa-lib
conflicts = spotifyd-bin
conflicts = spotifyd-git
source = spotifyd-0.2.1.tar.gz::https://github.com/Spotifyd/spotifyd/archive/v0.2.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 829a3aef2d54..a45167f67148 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=spotifyd
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'armv7h' 'aarch64')
license=('GPL3')
-depends=('flac' 'libogg' 'libsndfile' 'libvorbis')
+depends=('openssl' 'alsa-lib')
makedepends=('git' 'cargo')
conflicts=('spotifyd-bin' 'spotifyd-git')
pkgdesc="A spotify playing daemon"