From 5a78bc0d1ee650805860211695f8c056af4f5dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 3 Jun 2017 11:02:29 +0200 Subject: [PATCH] qbittorrent: update to 3.3.13 --- srcpkgs/qbittorrent/patches/musl-execinfo.patch | 8 ++++---- srcpkgs/qbittorrent/template | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/qbittorrent/patches/musl-execinfo.patch b/srcpkgs/qbittorrent/patches/musl-execinfo.patch index b9a3c68237..3b7132b983 100644 --- a/srcpkgs/qbittorrent/patches/musl-execinfo.patch +++ b/srcpkgs/qbittorrent/patches/musl-execinfo.patch @@ -11,10 +11,10 @@ #endif // Q_OS_UNIX #ifdef STACKTRACE_WIN -@@ -347,7 +349,9 @@ - write(STDERR_FILENO, str1, strlen(str1)); - write(STDERR_FILENO, sigName, strlen(sigName)); - write(STDERR_FILENO, str2, strlen(str2)); +@@ -395,7 +395,9 @@ + reportToUser(str1); + reportToUser(sigName); + reportToUser(str2); +#if defined(__GLIBC__) print_stacktrace(); // unsafe +#endif diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index a26783ee35..8054c53efd 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,7 +1,7 @@ # Template file for 'qbittorrent' pkgname=qbittorrent -version=3.3.12 -revision=2 +version=3.3.13 +revision=1 build_style=qmake hostmakedepends="automake libtool pkg-config qt5-qmake qt5-tools qt5-host-tools qt5-declarative-devel" @@ -11,7 +11,7 @@ maintainer="Jürgen Buchmüller " license="GPL-2" homepage="http://www.qbittorrent.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=56528c47f09b316ecf682e3896157c76c18898ef996728b0c5186e05a711466f +checksum=84317b5127def320cb17fedc2ba78807660216b6ee44650d94eb75e2c8ce468d nocross=https://build.voidlinux.eu/builders/armv7l_builder/builds/1349/steps/shell_3/logs/stdio build_options="gui webui"