Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
deluge
Commits:
533c2220 by Jelle van der Waa at 2025-12-27T15:38:02+01:00
upgpkg: 1:2.2.0-2: Rebuild for Python 3.14
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = deluge
pkgdesc = BitTorrent client with multiple user interfaces in a
client/server model
pkgver = 2.2.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://deluge-torrent.org/
arch = any
@@ -43,7 +43,7 @@ pkgbase = deluge
depends = python-twisted
depends = python-xdg
depends = python-zope-interface
- source =
git+https://git.deluge-torrent.org/deluge?signed#tag=deluge-2.2.0
+ source =
git+https://github.com/deluge-torrent/deluge?signed#tag=deluge-2.2.0
source = 0001-Fix-data-installation-when-building-wheel.patch
validpgpkeys = EA01185D0E8AA00D6323A30890597A687B836BA3
b2sums =
2dad4c8e05e1b0d7f3b1ece0ea2d184a8d584b1bae377d3aee8a19003829f204516125cc5d17acf6f1c33b099190ff606ee2f352374897214498e6311815a854
@@ -61,7 +61,7 @@ pkgname = deluge-gtk
depends = python-cairo
depends = python-gobject
depends = xdg-utils
- depends = deluge=1:2.2.0-1
+ depends = deluge=1:2.2.0-2
depends = python
depends = python-rencode
depends = python-setproctitle
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgname=(
deluge-gtk
)
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="BitTorrent client with multiple user interfaces in a client/server
model"
url="https://deluge-torrent.org/"
@@ -59,7 +59,7 @@ makedepends=(
python-wheel
)
source=(
- "git+https://git.deluge-torrent.org/deluge?signed#tag=deluge-$pkgver"
+ "git+https://github.com/deluge-torrent/deluge?signed#tag=deluge-$pkgver"
0001-Fix-data-installation-when-building-wheel.patch
)
b2sums=('2dad4c8e05e1b0d7f3b1ece0ea2d184a8d584b1bae377d3aee8a19003829f204516125cc5d17acf6f1c33b099190ff606ee2f352374897214498e6311815a854'
=====================================
REUSE.toml
=====================================
@@ -26,4 +26,4 @@ path = [
"0001-Fix-data-installation-when-building-wheel.patch",
]
SPDX-FileCopyrightText = "deluge contributors"
-SPDX-License-Identifier = "TODO-Choose-a-license"
+SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deluge/-/commit/533c22203156ad2f4555977f9429267c5941c6e7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deluge/-/commit/533c22203156ad2f4555977f9429267c5941c6e7
You're receiving this email because of your account on gitlab.archlinux.org.