summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c60e3aa2f1b4..629aabbe8d5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Sep 23 09:48:43 UTC 2017
+# Sat Sep 23 09:49:00 UTC 2017
pkgbase = librespot-git
pkgdesc = An open source client library for Spotify.
pkgver = 357.ddfc28f
@@ -11,7 +11,7 @@ pkgbase = librespot-git
license = MIT
makedepends = git
makedepends = cargo
- depends = rust
+ makedepends = rust
depends = protobuf
depends = libvorbis
depends = alsa-lib
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')