summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9afbd6f6313a..7170daa422b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Sep 23 08:40:25 UTC 2017
+# Sat Sep 23 08:41:05 UTC 2017
pkgbase = librespot-git
pkgdesc = An open source client library for Spotify.
pkgver = 357.ddfc28f
@@ -13,6 +13,8 @@ pkgbase = librespot-git
makedepends = cargo
depends = rust
depends = protobuf
+ depends = libvorbis
+ depends = alsa-lib
provides = librespot
conflicts = librespot
source = git+https://github.com/plietar/librespot
diff --git a/PKGBUILD b/PKGBUILD
index 054b08fdcc43..5f589733dce1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="An open source client library for Spotify."
arch=('i686' 'x86_64')
url="https://github.com/plietar/librespot"
license=('MIT')
-depends=('rust' 'protobuf')
+depends=('rust' 'protobuf' 'libvorbis' 'alsa-lib')
makedepends=('git' 'cargo')
provides=('librespot')
conflicts=('librespot')