diff options
-rw-r--r-- | community/rutorrent/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/rutorrent/APKBUILD b/community/rutorrent/APKBUILD index 9a9636da2d..d5f9fc91d9 100644 --- a/community/rutorrent/APKBUILD +++ b/community/rutorrent/APKBUILD @@ -3,12 +3,12 @@ pkgname=rutorrent _pkgname=ruTorrent pkgver=3.8 -pkgrel=0 +pkgrel=1 pkgdesc="Yet another web front-end for rTorrent" url="https://github.com/Novik/ruTorrent" arch="noarch" license="GPL" -depends="php5 curl" +depends="php7 curl" # we need to user gnu tar since the permissions on files in tar archive are # bad makedepends="tar" |