diff options
Diffstat (limited to 'community/roundcubemail/APKBUILD')
-rw-r--r-- | community/roundcubemail/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/roundcubemail/APKBUILD b/community/roundcubemail/APKBUILD index 2021ef36fe..dc8a3ebee1 100644 --- a/community/roundcubemail/APKBUILD +++ b/community/roundcubemail/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> -_php=php5 +_php=php7 pkgname=roundcubemail pkgver=1.2.4 -pkgrel=0 +pkgrel=1 pkgdesc="A PHP web-based mail client" url="http://www.roundcube.net" arch="noarch" @@ -11,8 +11,10 @@ license="GPL3+" install="$pkgname.post-upgrade" depends="${_php} ${_php}-imap ${_php}-xml ${_php}-json ${_php}-dom ${_php}-exif ${_php}-pear-net_idna2 ${_php}-pear-mail_mime - ${_php}-pear-net_smtp ${_php}-pear-auth_sasl ${_php}-openssl" -makedepends="" + ${_php}-pear-net_smtp ${_php}-pear-auth_sasl ${_php}-openssl + ${_php}-session ${_php}-mbstring ${_php}-iconv ${_php}-intl + " +options="!check" subpackages="$pkgname-installer $pkgname-doc" source="https://github.com/roundcube/$pkgname/releases/download/$pkgver/${pkgname}-$pkgver.tar.gz fix-dirs.patch" |