[arch-commits] Commit in deluge/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Jun 29 23:01:55 UTC 2022


    Date: Wednesday, June 29, 2022 @ 23:01:55
  Author: heftig
Revision: 449639

2.1.0-1

Modified:
  deluge/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-29 22:58:09 UTC (rev 449638)
+++ PKGBUILD	2022-06-29 23:01:55 UTC (rev 449639)
@@ -4,7 +4,7 @@
 
 pkgbase=deluge
 pkgname=(deluge deluge-gtk)
-pkgver=2.0.5
+pkgver=2.1.0
 pkgrel=1
 epoch=1
 pkgdesc="BitTorrent client with multiple user interfaces in a client/server model"
@@ -18,12 +18,12 @@
   python-pyopenssl
   'python-rencode>=1.0.2'
   python-xdg
-  python-six
   'python-zope-interface>=4.4.2' 
   python-chardet 
   python-setproctitle 
   python-pillow
   python-dbus
+  python-ifaddr
   python-distro
   'libtorrent-rasterbar>=1.1.1'
   python-geoip
@@ -44,7 +44,7 @@
   python-pygame
   libnotify
 )
-_commit=612e0061ed847dc3436644ef5dbfacaa984c1017  # tags/deluge-2.0.5^0
+_commit=20efcfd34583a999e16463c300705c9a5b669f9d  # tags/deluge-2.1.0^0
 source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -78,6 +78,8 @@
 
   install -Dt "$pkgdir/usr/lib/systemd/system" \
     -m644 packaging/systemd/*.service
+  install -Dt "$pkgdir/usr/lib/systemd/user" \
+    -m644 packaging/systemd/user/*.service
   install -Dt "$pkgdir/usr/lib/systemd/system/deluged.service.d" \
     -m644 packaging/systemd/user.conf
   install -Dt "$pkgdir/usr/lib/systemd/system/deluge-web.service.d" \



More information about the arch-commits mailing list