From 56624f483b3361055a2a20749b8e43fbd9528a51 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 23 Jul 2016 19:01:46 +0200 Subject: [PATCH] deluge: depends on libtorrent-rasterbar-python now. --- srcpkgs/deluge/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template index 90377de6f1e..32a8204be37 100644 --- a/srcpkgs/deluge/template +++ b/srcpkgs/deluge/template @@ -1,14 +1,14 @@ # Template file for 'deluge' pkgname=deluge version=1.3.12 -revision=2 +revision=3 noarch=yes build_style=python-module system_accounts="deluge delugeweb" pycompile_module="deluge" hostmakedepends="intltool python-setuptools" makedepends="python-setuptools" -depends="pygtk python-setuptools python-chardet python-xdg Twisted libtorrent-rasterbar xdg-utils" +depends="pygtk python-setuptools python-chardet python-xdg Twisted libtorrent-rasterbar-python xdg-utils" short_desc="BitTorrent client written in Python/PyGTK" maintainer="Alexey Rochev " homepage="http://deluge-torrent.org/"