Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qbittorrent
Commits: 6bdbbb26 by devome at 2025-06-29T16:00:58+08:00 Fix bug where webui cannot save preferences - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = qbittorrent pkgver = 5.1.1 - pkgrel = 1 + pkgrel = 2 url = https://www.qbittorrent.org arch = x86_64 license = GPL-2.0-or-later ===================================== PKGBUILD ===================================== @@ -6,12 +6,13 @@ # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Daniel J Griffiths <ghost1...@archlinux.us> # Contributor: Geoffroy Carrier <geoffroy.carr...@koon.fr> +# Contributor: Evine Deng <evined...@hotmail.com> pkgbase=qbittorrent pkgname=(qbittorrent qbittorrent-nox) pkgver=5.1.1 -pkgrel=1 +pkgrel=2 arch=(x86_64) url='https://www.qbittorrent.org' license=(GPL-2.0-or-later @@ -38,6 +39,14 @@ sha256sums=('81b30c25718f91ae3f8e0a4647d6f728c1ef1d3ca6527f1cfa773db7bdf41f67' '8bd2274ba9a6d414cd0170c8855cd6823fa026158ce7ed5eb74d661f21457238') validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 <sledgehammer...@qbittorrent.org> +prepare() { + # Fix bug where webui cannot save preferences, see: + # - https://github.com/qbittorrent/qBittorrent/issues/22909 + # - https://github.com/qbittorrent/qBittorrent/pull/22910 + # - https://github.com/qbittorrent/qBittorrent/commit/101f35dcf2898afd52c6721066e1d71f6cef9c6e + git -C qBittorrent cherry-pick 101f35dcf2898afd52c6721066e1d71f6cef9c6e +} + build() { cmake -B build -S qBittorrent \ -DCMAKE_INSTALL_PREFIX=/usr View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qbittorrent/-/commit/6bdbbb26e0a4c9b11ce92534ad4185c6453f44dd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qbittorrent/-/commit/6bdbbb26e0a4c9b11ce92534ad4185c6453f44dd You're receiving this email because of your account on gitlab.archlinux.org.