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

Ionut Biru ibiru at archlinux.org
Sun Dec 5 16:03:43 UTC 2010


    Date: Sunday, December 5, 2010 @ 11:03:42
  Author: ibiru
Revision: 102087

upgpkg: deluge 1.3.1-2
depend on python2-chardet now that python-chardet is built for python3

Modified:
  deluge/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-05 16:00:20 UTC (rev 102086)
+++ PKGBUILD	2010-12-05 16:03:42 UTC (rev 102087)
@@ -4,12 +4,12 @@
 
 pkgname=deluge
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A bittorrent client written with python and pygtk"
 arch=('any')
 url="http://deluge-torrent.org/"
 license=('GPL3')
-depends=('pyxdg' 'python2-distribute' 'libtorrent-rasterbar>=0.15.0' 'twisted' 'pyopenssl' 'xdg-utils' 'python-chardet')
+depends=('pyxdg' 'python2-distribute' 'libtorrent-rasterbar>=0.15.0' 'twisted' 'pyopenssl' 'xdg-utils' 'python2-chardet')
 makedepends=('intltool' 'pygtk' 'librsvg' 'python-mako')
 optdepends=('python-notify: libnotify notifications'
 	    'pygtk: needed for gtk ui'




More information about the arch-commits mailing list