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 68837699c..f94bf3632 100644 --- a/extra/libetpan/PKGBUILD +++ b/extra/libetpan/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 211908 2014-04-29 12:38:45Z andyrtr $ +# $Id: PKGBUILD 212058 2014-05-05 19:13:40Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgname=libetpan -pkgver=1.4.1 +pkgver=1.5 pkgrel=1 pkgdesc="A portable middleware for email access" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url="http://www.etpan.org/libetpan.html" license=("custom:etpan") depends=('libsasl' 'curl' 'expat') source=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz) -md5sums=('430a530a38d3bc6028b973a75d219891') +md5sums=('f5a0ae8071937b31d0facc1f2d874ead') build() { cd ${pkgname}-${pkgver} |