summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBert Peters2018-05-31 15:03:57 +0200
committerBert Peters2018-05-31 15:03:57 +0200
commitdb41202d4c155a286dc234d2d8f4a5a0400d933e (patch)
tree4c603270785cfa1964d839023a091d20e668c8eb /PKGBUILD
parent2c8fa287d72f968960e1b9f6b94893962d58755e (diff)
downloadaur-db41202d4c155a286dc234d2d8f4a5a0400d933e.tar.gz
Reduce dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"