diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/roundcubemail/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/roundcubemail/APKBUILD b/main/roundcubemail/APKBUILD index 103e1d59ad..25af6ffeef 100644 --- a/main/roundcubemail/APKBUILD +++ b/main/roundcubemail/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=roundcubemail pkgver=1.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="A PHP web-based mail client" url="http://www.roundcube.net" arch="noarch" license="GPL3+" install="$pkgname.post-upgrade" -depends="php php-imap php-xml php-json php-dom php-exif php-pear-net_idna2" +depends="php php-imap php-xml php-json php-dom php-exif php-pear-net_idna2 + php-pear-mail_mime php-pear-net_smtp" makedepends="" subpackages="$pkgname-installer $pkgname-doc" source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz |