[arch-commits] Commit in qbittorrent/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Tue Nov 20 04:36:49 UTC 2018


    Date: Tuesday, November 20, 2018 @ 04:36:48
  Author: eschwartz
Revision: 408990

upgpkg: qbittorrent 4.1.4-1

upstream release

Modified:
  qbittorrent/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-20 02:34:59 UTC (rev 408989)
+++ PKGBUILD	2018-11-20 04:36:48 UTC (rev 408990)
@@ -9,14 +9,14 @@
 
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
-pkgver=4.1.3
-pkgrel=2
+pkgver=4.1.4
+pkgrel=1
 arch=('x86_64')
 url="https://www.qbittorrent.org"
 license=('custom' 'GPL')
 makedepends=('boost' 'libtorrent-rasterbar' 'qt5-tools' 'qt5-svg')
 source=("https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('527af5dacde1a6c3dba8eb86b727f6c0a8d90387cf648a7bbe26ef0d3b8a2b48'
+sha256sums=('5f7b4c5ae891ce7fbab880ff322764a0d433fccf655164f6b98ef08f1ae52386'
             'SKIP')
 validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 <sledgehammer999 at qbittorrent.org>
 
@@ -23,6 +23,9 @@
 build() {
   cd ${pkgbase}-${pkgver}
 
+  # tell qmake not to break makepkg's debug/!strip options
+  export QBT_ADD_CONFIG='nostrip'
+
   mkdir -p ${pkgbase}
   pushd ${pkgbase}
   ../configure --prefix=/usr



More information about the arch-commits mailing list