[arch-commits] Commit in rust/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Tue Jan 23 22:14:35 UTC 2018


    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')



More information about the arch-commits mailing list