diff options
author | Christoph Gysin | 2017-01-24 23:19:01 +0200 |
---|---|---|
committer | Christoph Gysin | 2017-01-24 23:19:01 +0200 |
commit | 0f19042f8cdaf9e48df8890b7b5097e1c8d7be68 (patch) | |
tree | 6706b0b8a1e0cf7eb05c785c47be9cfa4517bb0a /PKGBUILD | |
parent | d7481ac8a90d54e1c3085ccf39c30fab7a8c5316 (diff) | |
download | aur-0f19042f8cdaf9e48df8890b7b5097e1c8d7be68.tar.gz |
add portaudio makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |