diff options
Diffstat (limited to 'abs/extra-testing')
-rw-r--r-- | abs/extra-testing/community/torrentflux/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/community/torrentflux/PKGBUILD b/abs/extra-testing/community/torrentflux/PKGBUILD index 54d35b5..2f2c9f0 100644 --- a/abs/extra-testing/community/torrentflux/PKGBUILD +++ b/abs/extra-testing/community/torrentflux/PKGBUILD @@ -2,13 +2,13 @@ pkgname=torrentflux pkgver=2.4 -pkgrel=2 +pkgrel=4 pkgdesc="TorrentFlux is a free php based Torrent client that runs on a web server. Manage all of your Torrents remotely or locally." arch=(i686 x86_64) url="http://www.torrentflux.com/" license=(GPL) # You still need your favorite httpd, I do not wish to force it. -depends=('mysql' 'php' 'python' 'pycrypto') +depends=('mysql' 'php' 'python' 'pycrypto' 'transmission-cli') makedepends=('findutils') conflicts=('torrentflux2') backup=('opt/torrentflux/config.php') |