Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qbittorrent
Commits:
fa0b2216 by Antonio Rojas at 2024-10-29T08:34:38+01:00
upgpkg: 5.0.1-1: Update to 5.0.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,5 +1,5 @@
pkgbase = qbittorrent
- pkgver = 5.0.0
+ pkgver = 5.0.1
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-5.0.0?signed
+ source =
git+https://github.com/qbittorrent/qBittorrent/#tag=release-5.0.1?signed
validpgpkeys = D8F3DA77AAC6741053599C136E4A2D025B7CC9A2
- sha256sums =
1763ebb445ca5755185c9421ae3140effb8638f51ce5c49325388d8b90282213
+ sha256sums =
2f5e8569c0b031de38adb6ea02c68cc9378f38dc49cd2241378f57c007883bcb
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=5.0.0
+pkgver=5.0.1
pkgrel=1
arch=(x86_64)
url='https://www.qbittorrent.org'
@@ -29,7 +29,7 @@ makedepends=(boost
qt6-tools)
optdepends=('python: needed for torrent search tab')
source=(git+https://github.com/qbittorrent/qBittorrent/#tag=release-$pkgver?signed)
-sha256sums=('1763ebb445ca5755185c9421ae3140effb8638f51ce5c49325388d8b90282213')
+sha256sums=('2f5e8569c0b031de38adb6ea02c68cc9378f38dc49cd2241378f57c007883bcb')
validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999
<[email protected]>
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qbittorrent/-/commit/fa0b2216f37e5515d912ebbd8819b23d159ac642
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qbittorrent/-/commit/fa0b2216f37e5515d912ebbd8819b23d159ac642
You're receiving this email because of your account on gitlab.archlinux.org.