network/qbittorrent: Update DEP.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Donald Cooley 2020-06-03 16:03:16 +07:00 committed by Willy Sudiarto Raharjo
parent 8ea7cf183c
commit a8505aeeea
2 changed files with 10 additions and 5 deletions

View file

@ -1,11 +1,16 @@
qBittorrent is an easy to use, good looking, and featureful
but lightweight C++ / Qt4 Bittorrent Client.
qBittorrent is an easy to use, good looking, and featureful but
lightweight C++ / Qt4 Bittorrent Client.
Note that from version 3.3.15 you will get a warning on startup that
qbittorrent has a new way of saving things. If you want to backup
your old config directory first, you will find it here:
qbittorrent has a new way of saving things. If you want to backup your
old config directory first, you will find it here:
~/.config/qBittorrent
That way you can return to an older version by swapping directories
around.
This is the last version of qBittorrent that will build with Qt4
libraries. You might want to embrace the future with Qt5 and newer
versions of qBittorrent. See the qbittorrent-qt5 SlackBuild for more
information.

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-3.3.16.tar.
MD5SUM="28852012dbd3f3bbec400279935b88d1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libtorrent-rasterbar"
REQUIRES="libtorrent-rasterbar-legacy"
MAINTAINER="Donald Cooley"
EMAIL="chytraeu@sdf.org"