Date: Thursday, December 16, 2021 @ 05:56:42 Author: heftig Revision: 432584
2.0.5-1 Modified: deluge/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-16 03:14:31 UTC (rev 432583) +++ PKGBUILD 2021-12-16 05:56:42 UTC (rev 432584) @@ -4,8 +4,8 @@ pkgbase=deluge pkgname=(deluge deluge-gtk) -pkgver=2.0.4 -pkgrel=2 +pkgver=2.0.5 +pkgrel=1 epoch=1 pkgdesc="BitTorrent client with multiple user interfaces in a client/server model" url="https://deluge-torrent.org/" @@ -34,6 +34,7 @@ python-setuptools python-wheel intltool + python-rjsmin gtk3 python-gobject python-cairo @@ -43,7 +44,7 @@ python-pygame libnotify ) -_commit=65f7cf0d836220911be94a3536c1479df61abb4d # tags/deluge-2.0.4^0 +_commit=612e0061ed847dc3436644ef5dbfacaa984c1017 # tags/deluge-2.0.5^0 source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit") sha256sums=('SKIP')
