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

Jan Steffens heftig at archlinux.org
Fri Jan 17 14:33:25 UTC 2020


    Date: Friday, January 17, 2020 @ 14:33:25
  Author: heftig
Revision: 373625

FS#62517 Add missing optdepends

Modified:
  rust/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 14:29:13 UTC (rev 373624)
+++ PKGBUILD	2020-01-17 14:33:25 UTC (rev 373625)
@@ -85,6 +85,8 @@
 
 package_rust() {
   depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
+  optdepends=('lldb: rust-lldb script'
+              'gdb: rust-gdb script')
   provides=('cargo' 'rustfmt')
   conflicts=('cargo' 'rustfmt')
   replaces=('cargo' 'rustfmt')



More information about the arch-commits mailing list