From ea788450bb7bf363bf8730f5e782ca805a3c5fe5 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Thu, 8 Nov 2018 00:52:51 +0200 Subject: [PATCH] community/rutorrent: bump dependencies to use php7 --- community/rutorrent/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/rutorrent/APKBUILD b/community/rutorrent/APKBUILD index 9a9636da2d1..d5f9fc91d9a 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"