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

Antonio Rojas arojas at gemini.archlinux.org
Fri May 27 17:37:15 UTC 2022


    Date: Friday, May 27, 2022 @ 17:37:15
  Author: arojas
Revision: 1210856

Fix RSS feed retrieval (FS#74473)

Modified:
  qbittorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-27 17:15:37 UTC (rev 1210855)
+++ PKGBUILD	2022-05-27 17:37:15 UTC (rev 1210856)
@@ -10,7 +10,7 @@
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
 pkgver=4.4.3.1
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qbittorrent.org'
 license=(custom GPL)
@@ -17,12 +17,18 @@
 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})
+source=(https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz{,.asc}
+        https://github.com/qbittorrent/qBittorrent/commit/73bce485.patch)
 sha256sums=('b64559ca50b54bc6c5be17302e69f34fba8433059842aa4093865dc2c00d24c8'
-            'SKIP')
+            'SKIP'
+            'ba43c4cb27065a75555fb9d88e63cadbc4db6d397e6486617da72244b713602b')
 validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 <sledgehammer999 at qbittorrent.org>
 options=(debug)
 
+prepare() {
+  patch -d $pkgbase-$pkgver -p1 < 73bce485.patch # Fix retrieving RSS feeds
+}
+
 build() {
   cmake -B build -S $pkgbase-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list