summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2017-09-23 11:48:23 +0300
committerChristoph Gysin2017-09-23 12:49:38 +0300
commit292dfd34abd6d15652000fd2bdcccd2a11294a74 (patch)
treeb526d9ed53eab0b2af71da8b9a5cd342964c8b1d
parenta3eaca2bb4ed2a9b136dd42ef4e341a919fa5d02 (diff)
downloadaur-292dfd34abd6d15652000fd2bdcccd2a11294a74.tar.gz
remove cargo dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67d7016596b8..b908f1f7df92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Sep 23 09:49:18 UTC 2017
+# Sat Sep 23 09:49:34 UTC 2017
pkgbase = librespot-git
pkgdesc = An open source client library for Spotify.
pkgver = 357.ddfc28f
@@ -11,7 +11,6 @@ pkgbase = librespot-git
arch = armv7h
license = MIT
makedepends = git
- makedepends = cargo
makedepends = rust
depends = protobuf
depends = libvorbis
diff --git a/PKGBUILD b/PKGBUILD
index 8bf9cbbebbf2..e2d167c1d9a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/plietar/librespot"
license=('MIT')
depends=('protobuf' 'libvorbis' 'alsa-lib')
-makedepends=('git' 'cargo' 'rust')
+makedepends=('git' 'rust')
provides=('librespot')
conflicts=('librespot')
source=('git+https://github.com/plietar/librespot')