From 896edecd238fa37306197e76161af7963f1342e3 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Tue, 5 Jun 2018 09:01:46 +1000 Subject: [PATCH] tools: Fixed a broken dependency in 7z. - This was missed in the original commit: 6c78f9c0 --- README.md | 2 +- vigil/tools.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a399fd9..77d290d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Extensions(92) | Tools(60) .tar.gz .tgz | [tar_gz](http://www.gnu.org/software/tar/manual/tar.html) .tar.bz2 | [tar_bz2](http://www.gnu.org/software/tar/manual/tar.html) .rar | [unrar](http://www.rarlabs.com/) -.7z | [7z](https://en.wikipedia.org/wiki/7z) +.7z | [7z](http://p7zip.sourceforge.net/) .xz | [unxz](http://tukaani.org/xz/) .deb | [dpkg_contents](https://wiki.debian.org/Teams/Dpkg) • [dpkg_info](https://wiki.debian.org/Teams/Dpkg) .rpm | [rpm](http://rpm.org/) diff --git a/vigil/tools.toml b/vigil/tools.toml index f5b6543..6abc9d7 100644 --- a/vigil/tools.toml +++ b/vigil/tools.toml @@ -100,8 +100,8 @@ tools_for_extensions = [ success_status = "normal" [7z] - dependencies = ["7z"] - url = "https://en.wikipedia.org/wiki/7z" + dependencies = ["p7zip"] + url = "p7zip" command = "7z l" success_status = "normal"