Date: Saturday, August 27, 2022 @ 15:55:40 Author: arojas Revision: 1284818
upgpkg: qbittorrent 4.4.4-1: Update to 4.4.4 Modified: qbittorrent/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-27 15:18:11 UTC (rev 1284817) +++ PKGBUILD 2022-08-27 15:55:40 UTC (rev 1284818) @@ -9,8 +9,8 @@ pkgbase=qbittorrent pkgname=(qbittorrent qbittorrent-nox) -pkgver=4.4.3.1 -pkgrel=3 +pkgver=4.4.4 +pkgrel=1 arch=(x86_64) url='https://www.qbittorrent.org' license=(custom GPL) @@ -17,18 +17,12 @@ 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} - https://github.com/qbittorrent/qBittorrent/commit/73bce485.patch) -sha256sums=('b64559ca50b54bc6c5be17302e69f34fba8433059842aa4093865dc2c00d24c8' - 'SKIP' - 'ba43c4cb27065a75555fb9d88e63cadbc4db6d397e6486617da72244b713602b') +source=(https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz{,.asc}) +sha256sums=('cd1b6f78e9d4b5414d2fc97d98015f9ce11a4708ef90237556577a1f4632a145' + 'SKIP') validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 <sledgehammer...@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 \