diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index 2946fe9b15..564dfd2741 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qbittorrent -VERSION=${VERSION:-2.9.1} +VERSION=${VERSION:-2.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,7 +72,7 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ - --qtdir=/usr/lib${LIBDIRSUFFIX}/qt4 + --qtdir=/usr/lib${LIBDIRSUFFIX}/qt make make install INSTALL_ROOT=$PKG diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index 7f570e6555..99eb410b0a 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,8 +1,8 @@ PRGNAM="qbittorrent" -VERSION="2.9.1" +VERSION="2.9.2" HOMEPAGE="http://qbittorrent.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-2.9.1.tar.gz" -MD5SUM="093bb1f7779378a339c20aa3e4ea6d36" +DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-2.9.2.tar.gz" +MD5SUM="0c2188e0065be57e50c06f5934d5f7a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="David Woodfall"