diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-07-04 13:34:21 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-07-04 13:34:21 +0000 |
commit | e2c06701587a8a70ad09d1e8dc4760d7aee817fc (patch) | |
tree | d81968acfb07ead69b7eb3ef841ad767784bf2e1 /main/roundcubemail | |
parent | acf6709ef3658cabf157868691ebf127a2ea87e4 (diff) | |
download | aports-e2c06701587a8a70ad09d1e8dc4760d7aee817fc.tar.bz2 aports-e2c06701587a8a70ad09d1e8dc4760d7aee817fc.tar.xz |
main/roundcubemail: more depends fixes
Diffstat (limited to 'main/roundcubemail')
-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 |