Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qbittorrent
Commits:
bb292253 by Antonio Rojas at 2026-07-11T15:14:04+02:00
upgpkg: 5.2.3-2: libtorrent-rasterbar 2.1 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qbittorrent
pkgver = 5.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.qbittorrent.org
arch = x86_64
license = GPL-2.0-or-later
@@ -12,7 +12,6 @@ pkgbase = qbittorrent
makedepends = qt6-tools
depends = glibc
depends = libgcc
- depends = libstdc++
depends = libtorrent-rasterbar
depends = openssl
depends = qt6-base
@@ -32,7 +31,6 @@ pkgname = qbittorrent
pkgdesc = An advanced BitTorrent client programmed in C++, based on Qt
toolkit and libtorrent-rasterbar
depends = glibc
depends = libgcc
- depends = libstdc++
depends = libtorrent-rasterbar
depends = openssl
depends = qt6-base
=====================================
PKGBUILD
=====================================
@@ -12,14 +12,13 @@ pkgbase=qbittorrent
pkgname=(qbittorrent
qbittorrent-nox)
pkgver=5.2.3
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url='https://www.qbittorrent.org'
license=(GPL-2.0-or-later
GPL-3.0-or-later)
depends=(glibc
libgcc
- libstdc++
libtorrent-rasterbar
openssl
qt6-base
@@ -40,6 +39,11 @@
sha256sums=('e3656e156f08645db67f4f9c2eaab6a7a094791d91e7559d983228edac10ab55'
'8bd2274ba9a6d414cd0170c8855cd6823fa026158ce7ed5eb74d661f21457238')
validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999
<[email protected]>
+prepare() {
+ cd qBittorrent
+ git cherry-pick -n e154c1a811021ab0bd6e6f9595c2b3c6518aaea3 # Fix build with
libtorrent 2.1
+}
+
build() {
cmake -B build -S qBittorrent \
-DCMAKE_INSTALL_PREFIX=/usr
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qbittorrent/-/commit/bb2922535bf1fbe5fb678f3e7ebaf24e7f976d51
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qbittorrent/-/commit/bb2922535bf1fbe5fb678f3e7ebaf24e7f976d51
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help