diff options
Diffstat (limited to 'office/vmd')
-rw-r--r-- | office/vmd/README | 4 | ||||
-rw-r--r-- | office/vmd/vmd.info | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/office/vmd/README b/office/vmd/README index d3404bf4f5783..3f08e5c334b91 100644 --- a/office/vmd/README +++ b/office/vmd/README @@ -4,7 +4,5 @@ Render markdown in a terminal! Why? Because although Markdown is still readable as-is, if you use Markdown a lot, it's nice to have something to render it with the proper formatting - with bold text and emphasis, etc. -This package requires Markdown compiled with python3 support - -Also, this version is patched to ignore img tags, which make vmd fail +This version is patched to ignore img tags, which make vmd fail parsing certain markdown documents. diff --git a/office/vmd/vmd.info b/office/vmd/vmd.info index 99926d81355a1..3980a0e132b2d 100644 --- a/office/vmd/vmd.info +++ b/office/vmd/vmd.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/cpascoe95/vmd/archive/v0.1.1/vmd-0.1.1.tar.gz" MD5SUM="5dba1bf366780eb2e6bd1ce87e664517" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 Markdown" +REQUIRES="Markdown" MAINTAINER="Ricardo J. Barberis" EMAIL="ricardo.barberis@gmail.com" |