diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index 19b448eac37..db1bef6ad2e 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -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() {