[arch-commits] Commit in deluge/trunk (PKGBUILD)
Hugo Doria
hugo at archlinux.org
Fri Jun 26 19:16:39 UTC 2009
Date: Friday, June 26, 2009 @ 15:16:39
Author: hugo
Revision: 43644
upgpkg: deluge 1.1.9-1
Updating to 1.1.9. Fixing FS#15060
Modified:
deluge/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-26 17:56:30 UTC (rev 43643)
+++ PKGBUILD 2009-06-26 19:16:39 UTC (rev 43644)
@@ -2,7 +2,7 @@
# Maintainer: Hugo Doria <hugo at archlinux.org>
pkgname=deluge
-pkgver=1.1.8
+pkgver=1.1.9
pkgrel=1
pkgdesc="A bittorrent client written with python and pygtk"
arch=('i686' 'x86_64')
@@ -10,8 +10,9 @@
license=('GPL3')
depends=('pygtk' 'boost>=1.37.0' 'pyxdg' 'dbus-python' 'librsvg' 'setuptools' 'libtorrent-rasterbar>=0.14.2')
makedepends=('subversion' 'intltool')
+optdepends=('python-chardet: used to load non-UTF8 encoded torrents')
source=(http://download.deluge-torrent.org/source/${pkgname}-${pkgver}.tar.bz2 deluged)
-md5sums=('191a5b14fe8e63e99bc934669a0b3aa7' '6e1585bdc79243b1cd22ed9423cc4ec2')
+md5sums=('38b9dbf255ed9620760d546dbb757882' '6e1585bdc79243b1cd22ed9423cc4ec2')
install="deluge.install"
build() {
More information about the arch-commits
mailing list