diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-02-18 19:55:23 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-21 16:44:50 +0700 |
commit | 5a382d39198eef68822a71c96c2b906d40d2911e (patch) | |
tree | b8fbbcdee3fc78591d55672ef14d2aa693f8e1bf /network/pirate-get | |
parent | bf7ed9d83672eb644f273804e9c5ca6bb9a314d5 (diff) |
network/pirate-get: Update README & .info file.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/pirate-get')
-rw-r--r-- | network/pirate-get/README | 3 | ||||
-rw-r--r-- | network/pirate-get/pirate-get.info | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/network/pirate-get/README b/network/pirate-get/README index 72dc98b7c4cc..d7f1d087bd83 100644 --- a/network/pirate-get/README +++ b/network/pirate-get/README @@ -1,3 +1,6 @@ pirate-get is a convenient command line tool (inspired by APT) to speed up your trip to the Pirate Bay and get your completely legal torrents more quickly. + +NOTE: +Please install python3 first before installing all other requirements. diff --git a/network/pirate-get/pirate-get.info b/network/pirate-get/pirate-get.info index 6d11dc573dd4..8e9271b4a07e 100644 --- a/network/pirate-get/pirate-get.info +++ b/network/pirate-get/pirate-get.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/vikstrous/pirate-get/archive/v0.2.10/pirate-get-0.2 MD5SUM="5070ba0818d5635be80100cfbd1a6910" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="BeautifulSoup4 veryprettytable python3" +REQUIRES="python3 BeautifulSoup4 veryprettytable" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |