summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rw-r--r--network/qbittorrent/README11
-rw-r--r--network/qbittorrent/qbittorrent.SlackBuild6
-rw-r--r--network/qbittorrent/qbittorrent.info6
3 files changed, 17 insertions, 6 deletions
diff --git a/network/qbittorrent/README b/network/qbittorrent/README
index 7a894a289a..731c51c61f 100644
--- a/network/qbittorrent/README
+++ b/network/qbittorrent/README
@@ -1,2 +1,11 @@
-qBittorrent is an easy to use, good looking, and featureful
+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:
+
+~/.config/qBittorrent
+
+That way you can return to an older version by swapping directories
+around.
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild
index 51f29d627b..3ba92edf39 100644
--- a/network/qbittorrent/qbittorrent.SlackBuild
+++ b/network/qbittorrent/qbittorrent.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qbittorrent
-VERSION=${VERSION:-3.2.5}
+VERSION=${VERSION:-3.3.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,7 +72,8 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
- --prefix=/usr
+ --prefix=/usr \
+ --with-qt4
make
make install INSTALL_ROOT=$PKG
@@ -82,6 +83,7 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
+ --with-qt4 \
--disable-gui
make
diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info
index bfc2759580..02fd480c9d 100644
--- a/network/qbittorrent/qbittorrent.info
+++ b/network/qbittorrent/qbittorrent.info
@@ -1,8 +1,8 @@
PRGNAM="qbittorrent"
-VERSION="3.2.5"
+VERSION="3.3.15"
HOMEPAGE="http://qbittorrent.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/project/qbittorrent/qbittorrent/qbittorrent-3.2.5/qbittorrent-3.2.5.tar.xz"
-MD5SUM="e5c62e31bb577ecd8478fd5d04915b03"
+DOWNLOAD="http://downloads.sourceforge.net/project/qbittorrent/qbittorrent/qbittorrent-3.3.15/qbittorrent-3.3.15.tar.xz"
+MD5SUM="759f498b146bf3afb1593157407897d4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libtorrent-rasterbar"