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

Ionut Biru ibiru at archlinux.org
Fri Feb 5 23:53:24 UTC 2010


    Date: Friday, February 5, 2010 @ 18:53:23
  Author: ibiru
Revision: 67278

upgpkg: deluge 1.2.0-2
    FS#17865 move python-chardet to dependency as is used by both UIs

Modified:
  deluge/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-05 23:51:00 UTC (rev 67277)
+++ PKGBUILD	2010-02-05 23:53:23 UTC (rev 67278)
@@ -1,22 +1,23 @@
 # $Id$
-# Maintainer: Hugo Doria <hugo at archlinux.org>
+# Maintainer : Ionut Biru <ionut at archlinux.ro>
+# Contributor: Hugo Doria <hugo at archlinux.org>
 
 pkgname=deluge
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A bittorrent client written with python and pygtk"
 arch=('i686' 'x86_64')
 url="http://deluge-torrent.org/"
 license=('GPL3')
-depends=('pyxdg' 'dbus-python' 'setuptools' 'libtorrent-rasterbar>=0.14.7' 'twisted' 'pyopenssl' 'xdg-utils')
+depends=('pyxdg' 'dbus-python' 'setuptools' 'libtorrent-rasterbar>=0.14.7' 'twisted' 'pyopenssl' 'xdg-utils' 'python-chardet')
 makedepends=( 'intltool' 'pygtk' 'librsvg' 'python-mako')
 optdepends=('python-notify: libnotify notifications'
-	    'python-chardet: needed for UIs'
 	    'pygtk: needed for gtk ui'
 	    'librsvg: needed for gtk ui'
 	    'python-mako: needed for web ui')
 source=(http://download.deluge-torrent.org/source/${pkgname}-${pkgver}.tar.bz2 deluged deluged.conf.d)
-install="deluge.install"
+install=deluge.install
+backup=(etc/conf.d/deluged)
 md5sums=('13ac84e9b5b0293eccb5d89a9fc49461'
          'a462fc27d283ecec9bbd52b840d27262'
          '332d23fe0d21ce92b494efd73322856c')




More information about the arch-commits mailing list