qbittorrent: update to 4.3.0.1

This commit is contained in:
Jürgen Buchmüller 2020-10-25 09:03:02 +01:00
parent ee8dd6bafd
commit 73cf0e03b1

View file

@ -1,10 +1,10 @@
# Template file for 'qbittorrent'
pkgname=qbittorrent
version=4.3.0
version=4.3.0.1
revision=1
create_wrksrc=yes
build_style=qmake
hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-qmake qt5-tools tar xz"
hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-qmake qt5-tools"
makedepends="libtorrent-rasterbar-devel qt5-declarative-devel qt5-svg-devel"
depends="qt5-svg"
short_desc="Free software alternative to µtorrent"
@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
homepage="http://www.qbittorrent.org/"
changelog="https://www.qbittorrent.org/news.php"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=b18b8337fef7b09151eb741defc43ef6e2764da8ede642b86a020621476191da
checksum=30a4bf23e92accf93bb840c96518358a4da836427713f0cc13db4a3f9a612220
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-svg-devel"
@ -22,8 +22,8 @@ fi
do_extract() {
local n=${pkgname}-${version}
mkdir -p build-nox build-x11
tar xf ${XBPS_SRCDISTDIR}/${n}/${n}.tar.xz --strip-components=1 -C build-x11
tar xf ${XBPS_SRCDISTDIR}/${n}/${n}.tar.xz --strip-components=1 -C build-nox
bsdtar xf ${XBPS_SRCDISTDIR}/${n}/${n}.tar.xz --strip-components=1 -C build-x11
bsdtar xf ${XBPS_SRCDISTDIR}/${n}/${n}.tar.xz --strip-components=1 -C build-nox
}
do_configure() {