diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-11-08 00:52:51 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-11-09 12:45:01 +0000 |
commit | ea788450bb7bf363bf8730f5e782ca805a3c5fe5 (patch) | |
tree | 7a5944a2d889b04b4f701c427148eefcc6277fbe | |
parent | 5f2f0f686621e7b567c9c6d888e223a31e9070da (diff) | |
download | aports-ea788450bb7bf363bf8730f5e782ca805a3c5fe5.tar.bz2 aports-ea788450bb7bf363bf8730f5e782ca805a3c5fe5.tar.xz |
community/rutorrent: bump dependencies to use php7
-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" |