diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-08-23 06:13:45 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-08-23 06:13:50 +0000 |
commit | 7152b67e8a438ab6c5bce7a0774ff84af924df13 (patch) | |
tree | 761e7747a9f83a3150ba6f430011090ae81fcbe7 | |
parent | d74793a1410b8d0e2e594bdf8005f1f2a14c3b8f (diff) | |
download | aports-7152b67e8a438ab6c5bce7a0774ff84af924df13.tar.bz2 aports-7152b67e8a438ab6c5bce7a0774ff84af924df13.tar.xz |
main/roundcubemail: upgrade to 0.4
-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 1c30c6caca..3a22dd13f3 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" |