* update deluge to 1:2.1.1-7

This commit is contained in:
Alexander Baldeck 2024-12-17 19:27:26 +01:00
parent 019fb8c2dc
commit 2ea1581630
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = deluge
pkgdesc = BitTorrent client with multiple user interfaces in a client/server model
pkgver = 2.1.1
pkgrel = 6.1
pkgrel = 7
epoch = 1
url = https://deluge-torrent.org/
arch = any
@ -63,7 +63,7 @@ pkgname = deluge-gtk
depends = python-cairo
depends = python-gobject
depends = xdg-utils
depends = deluge=1:2.1.1-6.1
depends = deluge=1:2.1.1-7
depends = python
depends = python-rencode
depends = python-setproctitle

View File

@ -1,5 +1,5 @@
[deluge]
source = "git"
git = "https://git.deluge-torrent.org/deluge"
include_regex = 'deluge-\d+(\.\d+)*'
prefix = "deluge-"
exclude_regex = ".*(dev|beta|rc).*"

View File

@ -9,7 +9,7 @@ pkgname=(
deluge-gtk
)
pkgver=2.1.1
pkgrel=6.1
pkgrel=7
epoch=1
pkgdesc="BitTorrent client with multiple user interfaces in a client/server model"
url="https://deluge-torrent.org/"