qbittorrent: update to 3.3.13

This commit is contained in:
Jürgen Buchmüller 2017-06-03 11:02:29 +02:00
parent cf4be5f23f
commit 5a78bc0d1e
2 changed files with 7 additions and 7 deletions

View file

@ -11,10 +11,10 @@
#endif // Q_OS_UNIX #endif // Q_OS_UNIX
#ifdef STACKTRACE_WIN #ifdef STACKTRACE_WIN
@@ -347,7 +349,9 @@ @@ -395,7 +395,9 @@
write(STDERR_FILENO, str1, strlen(str1)); reportToUser(str1);
write(STDERR_FILENO, sigName, strlen(sigName)); reportToUser(sigName);
write(STDERR_FILENO, str2, strlen(str2)); reportToUser(str2);
+#if defined(__GLIBC__) +#if defined(__GLIBC__)
print_stacktrace(); // unsafe print_stacktrace(); // unsafe
+#endif +#endif

View file

@ -1,7 +1,7 @@
# Template file for 'qbittorrent' # Template file for 'qbittorrent'
pkgname=qbittorrent pkgname=qbittorrent
version=3.3.12 version=3.3.13
revision=2 revision=1
build_style=qmake build_style=qmake
hostmakedepends="automake libtool pkg-config qt5-qmake qt5-tools hostmakedepends="automake libtool pkg-config qt5-qmake qt5-tools
qt5-host-tools qt5-declarative-devel" qt5-host-tools qt5-declarative-devel"
@ -11,7 +11,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2" license="GPL-2"
homepage="http://www.qbittorrent.org/" homepage="http://www.qbittorrent.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" 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 nocross=https://build.voidlinux.eu/builders/armv7l_builder/builds/1349/steps/shell_3/logs/stdio
build_options="gui webui" build_options="gui webui"