diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-04 01:09:03 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-04 01:09:03 (GMT) |
commit | 80874eace80983a26f57e16ab9bea7bff8ba5798 (patch) | |
tree | ef7484969888e84d8feb053fa292be9f1f0e1885 /abs | |
parent | e8abb760a6703b527a8d9794c591713ce27240c3 (diff) | |
download | linhes_pkgbuild-80874eace80983a26f57e16ab9bea7bff8ba5798.zip linhes_pkgbuild-80874eace80983a26f57e16ab9bea7bff8ba5798.tar.gz linhes_pkgbuild-80874eace80983a26f57e16ab9bea7bff8ba5798.tar.bz2 |
Made transmission-cli a dep. Clean up.
Diffstat (limited to 'abs')
-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') |