From 0e665ec9fba0c366f2694c683361e2f83cb3bcfd Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 21 Mar 2017 00:36:05 +0000 Subject: [PATCH] community/rust: fix --- community/rust/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/rust/PKGBUILD b/community/rust/PKGBUILD index 230932220..9b8393bd0 100644 --- a/community/rust/PKGBUILD +++ b/community/rust/PKGBUILD @@ -19,7 +19,7 @@ url='https://www.rust-lang.org/' arch=('x86_64' 'i686') license=('MIT' 'Apache') -makedepends=('libffi' 'perl' 'python2' 'curl' 'llvm' 'jemalloc' 'rust') +makedepends=('libffi' 'perl' 'python2' 'curl' 'llvm' 'jemalloc' 'cargo' 'rust') options=('!emptydirs')