diff options
Diffstat (limited to 'network/uget')
-rw-r--r-- | network/uget/README | 6 | ||||
-rw-r--r-- | network/uget/uget.info | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/uget/README b/network/uget/README index 7e249ac34d..8e178c72c6 100644 --- a/network/uget/README +++ b/network/uget/README @@ -3,6 +3,6 @@ Uget (formerly urlgfe) is a Free and Open Source download manager. It allows for queuing downloads, file type-based classification of downloads, and is lightweight. -Optionally, uget can be compiled with support for aria2. This is -autodetected at build time. You can forcibly disable aria2 support by -setting ARIA2=no in the environment. +Optionally, uget can be compiled with support for the optional +dependency aria2. This is autodetected at build time. You can +forcibly disable aria2 support by passing ARIA2=no to the script. diff --git a/network/uget/uget.info b/network/uget/uget.info index c165eb04a0..e952d077e9 100644 --- a/network/uget/uget.info +++ b/network/uget/uget.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/urlget/uget-1.8.0.tar.gz" MD5SUM="2e0ad66ecdd0104b8fb27b29fdb44df1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="aria2" +REQUIRES="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |