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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Aug 18 08:29:21 UTC 2014


    Date: Monday, August 18, 2014 @ 10:29:20
  Author: bpiotrowski
Revision: 220183

Rename twisted dependency to python2-twisted.

Modified:
  deluge/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-18 07:19:19 UTC (rev 220182)
+++ PKGBUILD	2014-08-18 08:29:20 UTC (rev 220183)
@@ -10,7 +10,7 @@
 arch=('any')
 url="http://deluge-torrent.org/"
 license=('GPL3')
-depends=(python2-xdg libtorrent-rasterbar twisted python2-pyopenssl
+depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
          python2-chardet python2-setuptools)
 makedepends=(intltool pygtk librsvg python2-mako)
 optdepends=('python2-notify: libnotify notifications'
@@ -43,7 +43,7 @@
   cd ..
   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 -d "$pkgdir/srv"
   install -d -m 775 -o 125 -g 125 "$pkgdir/srv/deluge"
 }




More information about the arch-commits mailing list