Date: Thursday, December 22, 2011 @ 12:28:06
  Author: ibiru
Revision: 145454

fix dependency

Modified:
  deluge/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-12-22 17:14:44 UTC (rev 145453)
+++ PKGBUILD    2011-12-22 17:28:06 UTC (rev 145454)
@@ -5,7 +5,7 @@
 
 pkgname=deluge
 pkgver=1.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
 arch=('any')
 url="http://deluge-torrent.org/";
@@ -13,11 +13,11 @@
 depends=('pyxdg' 'libtorrent-rasterbar>=0.15.0' 'twisted' 'python2-pyopenssl'
          'xdg-utils' 'python2-chardet' 'desktop-file-utils' 
'hicolor-icon-theme'
          'python2-distribute')
-makedepends=('intltool' 'pygtk' 'librsvg' 'python-mako')
+makedepends=('intltool' 'pygtk' 'librsvg' 'python2-mako')
 optdepends=('python-notify: libnotify notifications'
             'pygtk: needed for gtk ui'
             'librsvg: needed for gtk ui'
-            'python-mako: needed for web ui')
+            'python2-mako: needed for web ui')
 backup=(etc/conf.d/deluged)
 install=deluge.install
 source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.bz2

Reply via email to