[arch-commits] Commit in rust/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Mon Mar 20 20:54:39 UTC 2017
Date: Monday, March 20, 2017 @ 20:54:38
Author: demize
Revision: 217791
Add cargo optdepends
Modified:
rust/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-20 20:44:31 UTC (rev 217790)
+++ PKGBUILD 2017-03-20 20:54:38 UTC (rev 217791)
@@ -50,6 +50,7 @@
package_rust() {
depends=('gcc-libs' 'llvm-libs')
+ optdepends=('cargo')
cd "rustc-$pkgver-src"
More information about the arch-commits
mailing list