Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qbittorrent
Commits:
ea017ad9 by Antonio Rojas at 2024-09-30T08:25:33+02:00
upgpkg: 5.0.0-1: Update to 5.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,5 +1,5 @@
pkgbase = qbittorrent
- pkgver = 4.6.7
+ pkgver = 5.0.0
pkgrel = 1
url = https://www.qbittorrent.org
arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = qbittorrent
depends = qt6-base
depends = zlib
optdepends = python: needed for torrent search tab
- source =
git+https://github.com/qbittorrent/qBittorrent/#tag=release-4.6.7?signed
+ source =
git+https://github.com/qbittorrent/qBittorrent/#tag=release-5.0.0?signed
validpgpkeys = D8F3DA77AAC6741053599C136E4A2D025B7CC9A2
- sha256sums =
293f46a101ee3830fab39c8c5e78f5659da8d2ed660e28c8da77c67366c714a4
+ sha256sums =
1763ebb445ca5755185c9421ae3140effb8638f51ce5c49325388d8b90282213
pkgname = qbittorrent
pkgdesc = An advanced BitTorrent client programmed in C++, based on Qt
toolkit and libtorrent-rasterbar
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@
pkgbase=qbittorrent
pkgname=(qbittorrent
qbittorrent-nox)
-pkgver=4.6.7
+pkgver=5.0.0
pkgrel=1
arch=(x86_64)
url='https://www.qbittorrent.org'
@@ -29,18 +29,16 @@ makedepends=(boost
qt6-tools)
optdepends=('python: needed for torrent search tab')
source=(git+https://github.com/qbittorrent/qBittorrent/#tag=release-$pkgver?signed)
-sha256sums=('293f46a101ee3830fab39c8c5e78f5659da8d2ed660e28c8da77c67366c714a4')
+sha256sums=('1763ebb445ca5755185c9421ae3140effb8638f51ce5c49325388d8b90282213')
validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999
<[email protected]>
build() {
cmake -B build -S qBittorrent \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DQT6=ON
+ -DCMAKE_INSTALL_PREFIX=/usr
cmake --build build
cmake -B build-nox -S qBittorrent \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DQT6=ON \
-DGUI=OFF \
-DSYSTEMD=ON
cmake --build build-nox
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qbittorrent/-/commit/ea017ad97ea384441e0ad4b631339f20e0a82cd8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qbittorrent/-/commit/ea017ad97ea384441e0ad4b631339f20e0a82cd8
You're receiving this email because of your account on gitlab.archlinux.org.