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

Jan Steffens heftig at archlinux.org
Fri Feb 15 16:09:13 UTC 2019


    Date: Friday, February 15, 2019 @ 16:09:12
  Author: heftig
Revision: 346288

1.3.15+18+ge050905b2-1

Modified:
  deluge/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-15 16:04:32 UTC (rev 346287)
+++ PKGBUILD	2019-02-15 16:09:12 UTC (rev 346288)
@@ -3,11 +3,11 @@
 # Contributor: Hugo Doria <hugo at archlinux.org>
 
 pkgname=deluge
-pkgver=1.3.15+14+gb8e5ebe82
+pkgver=1.3.15+18+ge050905b2
 pkgrel=1
 pkgdesc="A BitTorrent client with multiple user interfaces in a client/server model"
 arch=(any)
-url="http://deluge-torrent.org/"
+url="https://deluge-torrent.org/"
 license=(GPL3)
 depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
          python2-chardet python2-setuptools)
@@ -18,7 +18,7 @@
             'pygtk: needed for gtk ui'
             'librsvg: needed for gtk ui'
             'python2-mako: needed for web ui')
-_commit=b8e5ebe8220c8365e186127e381a2d2dbaf9e460  # 1.3-stable
+_commit=e050905b291f4d9b417270e38f2aa04366057919  # 1.3-stable
 source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit"
         untag-build.patch
         deluged.service deluge-web.service)
@@ -48,10 +48,7 @@
 package() {
   cd $pkgname
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 ../deluged.service "$pkgdir/usr/lib/systemd/system/deluged.service"
-  install -Dm644 ../deluge-web.service "$pkgdir/usr/lib/systemd/system/deluge-web.service"
-
+  install -Dt "$pkgdir/usr/lib/systemd/system" -m644 ../*.service
   echo 'u deluge - "Deluge BitTorrent daemon" /srv/deluge' |
     install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
   echo 'd /srv/deluge 0775 deluge deluge' |



More information about the arch-commits mailing list