summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"