diff options
Diffstat (limited to 'network')
-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 72dc98b7c4..d7f1d087bd 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 6d11dc573d..8e9271b4a0 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" |