summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a89cf56f74ec..7e2e685ab26b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 7 17:29:09 UTC 2016
+# Tue Jan 24 21:18:45 UTC 2017
pkgbase = librespot-git
pkgdesc = An open source client library for Spotify.
- pkgver = 218.f79df63
+ pkgver = 258.9e495d6
pkgrel = 1
epoch = 1
url = https://github.com/plietar/librespot
@@ -10,6 +10,7 @@ pkgbase = librespot-git
arch = x86_64
license = MIT
makedepends = cargo
+ makedepends = portaudio
depends = rust
depends = protobuf
provides = librespot
diff --git a/PKGBUILD b/PKGBUILD
index 6b1e542bf632..b8fe955b9928 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=librespot-git
_pkgname=librespot
-pkgver=218.f79df63
+pkgver=258.9e495d6
pkgrel=1
epoch=1
pkgdesc="An open source client library for Spotify."
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="https://github.com/plietar/librespot"
license=('MIT')
depends=('rust' 'protobuf')
-makedepends=('cargo')
+makedepends=('cargo' 'portaudio')
provides=('librespot')
conflicts=('librespot')
source=('git+https://github.com/plietar/librespot'