diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/rutorrent/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/rutorrent/APKBUILD b/testing/rutorrent/APKBUILD index 1b3045da7b..738cd8fc65 100644 --- a/testing/rutorrent/APKBUILD +++ b/testing/rutorrent/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=rutorrent pkgver=3.7 -pkgrel=1 +pkgrel=2 pkgdesc="Yet another web front-end for rTorrent" url="http://code.google.com/p/rutorrent/" arch="noarch" license="GPL" -depends="php curl" +depends="php5 curl" depends_dev="" # we need to user gnu tar since the permissions on files in tar archive are |