diff options
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 4 | ||||
-rw-r--r-- | network/qbittorrent/qbittorrent.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index 63463b394b..9735ec6fbf 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qbittorrent #SRCNAM=qBittorrent -VERSION=${VERSION:-4.5.3} +VERSION=${VERSION:-4.5.4} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -101,7 +101,7 @@ DESTDIR=$PKG cmake --install build --strip # version of desktop spec (1.4) (SingleMainWindow was added to version # 1.5 Desktop Entry Specification). # https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html -sed -i '/^SingleMainWindow/d' $PKG/usr/share/applications/*.desktop +[[ "${GUI:-yes}" != "yes" ]] || sed -i '/^SingleMainWindow/d' $PKG/usr/share/applications/*.desktop # Don't ship .la files: rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index 014f5b5bc8..376ce03080 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,8 +1,8 @@ PRGNAM="qbittorrent" -VERSION="4.5.3" +VERSION="4.5.4" HOMEPAGE="https://www.qbittorrent.org/" -DOWNLOAD="https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.5.3/qbittorrent-4.5.3.tar.xz" -MD5SUM="1e7d0275c3ae8410efcc6f913681d2d7" +DOWNLOAD="https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.5.4/qbittorrent-4.5.4.tar.xz" +MD5SUM="001c49ee782f6bbd032515e4aecfa4f4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent2" |