From 9dc56b9edc700433b58c2c334cf7f1295a102cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 12 May 2019 00:28:59 +0200 Subject: [PATCH] qbittorrent: update to 4.1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/qbittorrent/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index b2568710b86..ea1163ab870 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,7 +1,7 @@ # Template file for 'qbittorrent' pkgname=qbittorrent -version=4.1.5 -revision=2 +version=4.1.6 +revision=1 create_wrksrc=yes build_style=qmake hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-tools" @@ -12,7 +12,7 @@ maintainer="Jürgen Buchmüller " license="GPL-2.0-or-later" homepage="http://www.qbittorrent.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=866e07c7886dea62cf0d7dc9a68d9aee1931cd18483b418298b2b072c9afd62a +checksum=25c629381454814c9d897693162482de8a049de8745680922b012d46377756a8 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-declarative-devel qt5-svg-devel" @@ -48,14 +48,12 @@ do_configure() { QMAKE_CFLAGS="${CFLAGS}" \ QMAKE_CXXFLAGS="${CXXFLAGS}" \ QMAKE_LFLAGS="${LDFLAGS}" - sed -i src/Makefile \ + vsed -i src/Makefile \ -e "s;^\(CC\\s*=\) .*;\1 $CC;" \ -e "s;^\(CXX\\s*=\) .*;\1 $CXX;" \ -e "s;^\(LINK\\s*=\) .*;\1 $CXX;" \ -e "s;@g++ ;@$CXX ;" done - # Install the desktop file - vinstall dist/unix/qbittorrent.desktop 644 usr/share/applications } do_build() {