summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancoism902017-01-29 13:44:58 +0100
committerfrancoism902017-01-29 13:44:58 +0100
commit8950aaa2f29fb655a264b51fb312901295a1012c (patch)
treeca24f333e586455d9e5f591787b8f5ef647b97fe
parent91e2a225396befe3e38e5eb857232c09ef90a26c (diff)
downloadaur-8950aaa2f29fb655a264b51fb312901295a1012c.tar.gz
portaudio is dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77db6a1609e7..8fd58fb0116c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = librespot-alsa-git
pkgdesc = An open source client library for Spotify (ALSA Backend).
- pkgver = r241.baf2b65
+ pkgver = r258.9e495d6
pkgrel = 1
url = https://github.com/plietar/librespot.git
install = librespot.install
@@ -8,11 +8,11 @@ pkgbase = librespot-alsa-git
arch = i686
license = MIT
makedepends = git
- makedepends = portaudio
makedepends = rust
makedepends = protobuf
makedepends = cargo
depends = alsa-lib
+ depends = portaudio
provides = librespot
conflicts = librespot
conflicts = librespot-git
diff --git a/PKGBUILD b/PKGBUILD
index 8a8fe822cc69..5d40295d83ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=librespot
pkgname=librespot-alsa-git
-pkgver=r241.baf2b65
+pkgver=r258.9e495d6
pkgrel=1
pkgdesc='An open source client library for Spotify (ALSA Backend).'
url='https://github.com/plietar/librespot.git'
@@ -19,10 +19,10 @@ sha256sums=('SKIP'
'cd05d40dcc1572aba86aed732b5e0e47ff644d6c40380cc2d2b4d80acc2c2b1f'
'61b68cf5776374218caf525d707a52bf14d349e4f1a7c8ef76b8ed5789f19114')
arch=('x86_64' 'i686')
-depends=('alsa-lib')
-makedepends=('git' 'portaudio' 'rust' 'protobuf' 'cargo')
+depends=('alsa-lib' 'portaudio')
+makedepends=('git' 'rust' 'protobuf' 'cargo')
install=librespot.install
-backup=("etc/librespot.conf")
+backup=('etc/librespot.conf')
conflicts=('librespot' 'librespot-git')
provides=('librespot')