diff options
Diffstat (limited to 'main/roundcubemail')
-rw-r--r-- | main/roundcubemail/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/roundcubemail/APKBUILD b/main/roundcubemail/APKBUILD index 9aed477b8e..40ee445683 100644 --- a/main/roundcubemail/APKBUILD +++ b/main/roundcubemail/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.4.2 pkgrel=0 pkgdesc="A PHP web-based mail client" url="http://www.roundcube.net" -arch="x86 x86_64" +arch="all" license="GPL" install="$pkgname.post-upgrade" depends="php php-imap php-xml php-json" |