summaryrefslogtreecommitdiffstats
path: root/network/uget
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-08-25 19:32:37 +0200
committer ponce <matteo.bernardini@gmail.com>2012-08-25 19:32:37 +0200
commit2e8b4df33488d56bef09335ad70a88187bf6defa (patch)
treef16b88c3f50b58afd7d90288cc9bdb0a8d235e10 /network/uget
parent8426c417678003660dff612240593e0ddad8adc0 (diff)
downloadslackbuilds-2e8b4df33488d56bef09335ad70a88187bf6defa.tar.gz
slackbuilds-2e8b4df33488d56bef09335ad70a88187bf6defa.tar.xz
network/uget: Fixed dep information.
Diffstat (limited to 'network/uget')
-rw-r--r--network/uget/README6
-rw-r--r--network/uget/uget.info2
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"