diff options
Diffstat (limited to 'extra/libetpan/PKGBUILD')
-rw-r--r-- | extra/libetpan/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libetpan/PKGBUILD b/extra/libetpan/PKGBUILD index f28bf561b..107264bc4 100644 --- a/extra/libetpan/PKGBUILD +++ b/extra/libetpan/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 96521 2010-10-22 00:32:21Z allan $ +# $Id: PKGBUILD 127576 2011-06-16 17:03:09Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgname=libetpan pkgver=1.0 -pkgrel=2 +pkgrel=3 pkgdesc="A portable middleware for email access" arch=('i686' 'x86_64') url="http://www.etpan.org/" license=("custom:etpan") -depends=('db>=5.1' 'libsasl>=2.1.23' 'curl>=7.19.5' 'expat>=2.0.1-1') +depends=('db>=5.2.28' 'libsasl>=2.1.23' 'curl>=7.21.' 'expat>=2.0.1-1') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('5addc766141a0b1d29ee1ca4ba1b6808') |