Merge pull request #2202 from GiedriusS/deluge_fix

deluge: add xdg-utils as a dependency
This commit is contained in:
Juan RP 2015-08-08 04:46:28 +02:00
commit f975bcbd1b

View file

@ -1,13 +1,13 @@
# Template file for 'deluge'
pkgname=deluge
version=1.3.11
revision=2
revision=3
noarch=yes
build_style=python-module
pycompile_module="deluge"
hostmakedepends="intltool python-setuptools"
makedepends="python-setuptools"
depends="pygtk python-setuptools python-chardet python-xdg Twisted libtorrent-rasterbar"
depends="pygtk python-setuptools python-chardet python-xdg Twisted libtorrent-rasterbar xdg-utils"
short_desc="BitTorrent client written in Python/PyGTK"
maintainer="Alexey Rochev <equeim@gmail.com>"
homepage="http://deluge-torrent.org/"