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

Antonio Rojas arojas at gemini.archlinux.org
Mon May 23 20:46:37 UTC 2022


    Date: Monday, May 23, 2022 @ 20:46:37
  Author: arojas
Revision: 1210143

Update to 4.4.3

Modified:
  qbittorrent/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-23 20:33:11 UTC (rev 1210142)
+++ PKGBUILD	2022-05-23 20:46:37 UTC (rev 1210143)
@@ -9,8 +9,8 @@
 
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
-pkgver=4.4.2
-pkgrel=2
+pkgver=4.4.3
+pkgrel=1
 arch=(x86_64)
 url='https://www.qbittorrent.org'
 license=(custom GPL)
@@ -17,13 +17,15 @@
 depends=(libtorrent-rasterbar qt6-base)
 makedepends=(cmake boost qt6-tools qt6-svg)
 optdepends=('python: needed for torrent search tab')
-source=(https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('efa580924e96605bae916b9a8ae1f3fce82a5130647ae41d74d689761262463d'
-            'SKIP')
+source=(https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz{,.asc} patch)
+sha256sums=('e2744b3df486bea69bfb8f81f56da9d660dd0785cf521fd58952d80a1edc7368'
+            'SKIP'
+            '5b0fdb7ff725ee74fa3a8e7ad395f925797b21991d50c9fbc6a597c45b80f800')
 validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 <sledgehammer999 at qbittorrent.org>
 options=(debug)
 
 build() {
+  patch -d $pkgbase-$pkgver -p1 < patch
   cmake -B build -S $pkgbase-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DQT6=ON



More information about the arch-commits mailing list