diff options
Diffstat (limited to 'main/roundcubemail/APKBUILD')
-rw-r--r-- | main/roundcubemail/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/roundcubemail/APKBUILD b/main/roundcubemail/APKBUILD index 03eb249faa..1f1e316d47 100644 --- a/main/roundcubemail/APKBUILD +++ b/main/roundcubemail/APKBUILD @@ -3,7 +3,7 @@ _php=php5 pkgname=roundcubemail pkgver=1.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="A PHP web-based mail client" url="http://www.roundcube.net" arch="noarch" @@ -11,7 +11,7 @@ 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-net_smtp ${_php}-pear-auth-sasl ${_php}-openssl" makedepends="" subpackages="$pkgname-installer $pkgname-doc" source="https://github.com/roundcube/$pkgname/releases/download/$pkgver/${pkgname}-$pkgver.tar.gz |