diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-23 15:02:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-23 15:02:22 +0000 |
commit | 0ed24d7218a2edeedf796f05fb25b99691d5e83d (patch) | |
tree | 2e47f65a73d37f8f167f09e18cb9f5febcb6d57f /main | |
parent | ee20ced73ec58624c78f69b7fe8b6bfba678bc65 (diff) | |
download | aports-0ed24d7218a2edeedf796f05fb25b99691d5e83d.tar.bz2 aports-0ed24d7218a2edeedf796f05fb25b99691d5e83d.tar.xz |
main/roundcubemail: update dependencies
Diffstat (limited to 'main')
-rw-r--r-- | main/roundcubemail/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/roundcubemail/APKBUILD b/main/roundcubemail/APKBUILD index 0b6887c632..1c30c6caca 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=0 +pkgrel=1 pkgdesc="A PHP web-based mail client" url="http://www.roundcube.net" license="GPL" -depends="php" +depends="php php-imap php-xml" makedepends="" source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" |