diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-26 16:31:13 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-27 15:30:36 +0200 |
commit | c7b115201fce92c614624fdd67d799f88d1d91f0 (patch) | |
tree | 48aeff6159c8d6b725f158d067ea6b81d70362fa /community/roundcubemail | |
parent | 76ca1d47db7d50f8fa61acb4e123352a6d94c7e7 (diff) | |
download | aports-c7b115201fce92c614624fdd67d799f88d1d91f0.tar.bz2 aports-c7b115201fce92c614624fdd67d799f88d1d91f0.tar.xz |
community/roundcubemail: add missing dependencies and remove surplus
Diffstat (limited to 'community/roundcubemail')
-rw-r--r-- | community/roundcubemail/APKBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
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 <ncopa@alpinelinux.org> 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" |