diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-05-15 09:43:13 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-05-15 09:43:13 +0300 |
commit | a5c8908eb3f4cb6255ef028d5dd1dd113b45de6c (patch) | |
tree | 8f736ed5cd67da460332a3a9e095dccc105ba7fa | |
parent | 06373caf0a252498aa48d859a25d49e4a88d3e04 (diff) | |
download | aports-a5c8908eb3f4cb6255ef028d5dd1dd113b45de6c.tar.bz2 aports-a5c8908eb3f4cb6255ef028d5dd1dd113b45de6c.tar.xz |
testing/rutorrent: php renamed to php5
-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 |