summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2017-09-23 11:45:07 +0300
committerChristoph Gysin2017-09-23 12:49:10 +0300
commit012418112a37dae39280ab757d011c2b25f46a2e (patch)
treead7692f2a2c46554ac7486762dea2eb41e94d263 /PKGBUILD
parentc7ae8705d3af6bb0db5d35f4d8f021ca2ba49745 (diff)
downloadaur-012418112a37dae39280ab757d011c2b25f46a2e.tar.gz
make rust makedepend only
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9dae9698250..445d2d087b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgdesc="An open source client library for Spotify."
arch=('i686' 'x86_64')
url="https://github.com/plietar/librespot"
license=('MIT')
-depends=('rust' 'protobuf' 'libvorbis' 'alsa-lib')
-makedepends=('git' 'cargo')
+depends=('protobuf' 'libvorbis' 'alsa-lib')
+makedepends=('git' 'cargo' 'rust')
provides=('librespot')
conflicts=('librespot')
source=('git+https://github.com/plietar/librespot')