diff options
-rw-r--r-- | main/roundcubemail/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/roundcubemail/APKBUILD b/main/roundcubemail/APKBUILD index 1c30c6cac..3a22dd13f 100644 --- a/main/roundcubemail/APKBUILD +++ b/main/roundcubemail/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=roundcubemail -pkgver=0.3.1 -pkgrel=1 +pkgver=0.4 +pkgrel=0 pkgdesc="A PHP web-based mail client" url="http://www.roundcube.net" license="GPL" -depends="php php-imap php-xml" +depends="php php-imap php-xml php-json" makedepends="" source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" @@ -16,4 +16,4 @@ build () cd "${_instdir}" cp -ra "$srcdir"/roundcubemail-$pkgver/* . } -md5sums="34e8e18772e7eada8769b6c5c20f7c8e roundcubemail-0.3.1.tar.gz" +md5sums="6e5d2313087ce1e1209eb0f4fd71beab roundcubemail-0.4.tar.gz" |