diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-06 12:23:16 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-07 12:50:10 +0000 |
commit | 8f6e05874d44fb7a56b0fb2f00854840dbc79ace (patch) | |
tree | 93befc7c61089ae573cd02d44d9d8369c776ece8 /community/roundcubemail | |
parent | 67187fb25cad4f7fdfe70c08f15710fe0d069414 (diff) | |
download | aports-8f6e05874d44fb7a56b0fb2f00854840dbc79ace.tar.bz2 aports-8f6e05874d44fb7a56b0fb2f00854840dbc79ace.tar.xz |
community/roundcubemail: use php7, disable check()
Diffstat (limited to 'community/roundcubemail')
-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" |