summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2017-09-23 11:48:23 +0300
committerChristoph Gysin2017-09-23 12:49:38 +0300
commit292dfd34abd6d15652000fd2bdcccd2a11294a74 (patch)
treeb526d9ed53eab0b2af71da8b9a5cd342964c8b1d /PKGBUILD
parenta3eaca2bb4ed2a9b136dd42ef4e341a919fa5d02 (diff)
downloadaur-292dfd34abd6d15652000fd2bdcccd2a11294a74.tar.gz
remove cargo dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')