diff options
author | Donald Cooley <chytraeu@sdf.org> | 2020-06-03 16:03:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-03 16:03:16 +0700 |
commit | a8505aeeea3a7a4df300f34b76cf00e245c3ebb8 (patch) | |
tree | 94d4e2a9aa49e882a354206886fe3fdc8dddc2b2 /network/qbittorrent | |
parent | 8ea7cf183c570ee699500825e1792503712c84a6 (diff) | |
download | slackbuilds-a8505aeeea3a7a4df300f34b76cf00e245c3ebb8.tar.gz |
network/qbittorrent: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/qbittorrent')
-rw-r--r-- | network/qbittorrent/README | 13 | ||||
-rw-r--r-- | network/qbittorrent/qbittorrent.info | 2 |
2 files changed, 10 insertions, 5 deletions
diff --git a/network/qbittorrent/README b/network/qbittorrent/README index 731c51c61f..01571412e3 100644 --- a/network/qbittorrent/README +++ b/network/qbittorrent/README @@ -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. diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index ff00d773dd..061d931f26 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -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" |