Date: Tuesday, January 23, 2018 @ 22:14:34
  Author: demize
Revision: 286116

Add cargo dependencies

Modified:
  rust/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-01-23 22:07:34 UTC (rev 286115)
+++ PKGBUILD    2018-01-23 22:14:34 UTC (rev 286116)
@@ -40,7 +40,7 @@
 }
 
 package_rust() {
-  depends=('gcc-libs')
+  depends=('gcc-libs' 'curl' 'libssh2')
   provides=('cargo' 'rustfmt')
   conflicts=('cargo' 'rustfmt')
   replaces=('cargo' 'rustfmt')

Reply via email to