From c7b115201fce92c614624fdd67d799f88d1d91f0 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 26 Jul 2018 16:31:13 +0200 Subject: community/roundcubemail: add missing dependencies and remove surplus --- community/roundcubemail/APKBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'community/roundcubemail') diff --git a/community/roundcubemail/APKBUILD b/community/roundcubemail/APKBUILD index 43f9d38487..af9016cced 100644 --- a/community/roundcubemail/APKBUILD +++ b/community/roundcubemail/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=roundcubemail pkgver=1.3.6 -pkgrel=0 +pkgrel=1 pkgdesc="A PHP web-based mail client" url="http://www.roundcube.net" arch="noarch" @@ -12,17 +12,21 @@ depends="$_php $_php-dom $_php-exif $_php-iconv - $_php-imap $_php-intl $_php-json $_php-mbstring $_php-openssl + $_php-pdo $_php-pear-auth_sasl $_php-pear-mail_mime $_php-pear-net_idna2 $_php-pear-net_smtp + $_php-pear-net_socket $_php-session + $_php-sockets $_php-xml + $_php-zip + ca-certificates " options="!check" # no tests provided install="$pkgname.post-upgrade" -- cgit v1.2.3