diff options
Diffstat (limited to 'extra/libetpan')
-rw-r--r-- | extra/libetpan/PKGBUILD | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/extra/libetpan/PKGBUILD b/extra/libetpan/PKGBUILD index 3c4e298ce..68837699c 100644 --- a/extra/libetpan/PKGBUILD +++ b/extra/libetpan/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 205522 2014-02-06 16:23:03Z andyrtr $ +# $Id: PKGBUILD 211908 2014-04-29 12:38:45Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgname=libetpan -pkgver=1.2 +pkgver=1.4.1 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=('c15905ebc2ec620afb8bcca7b9d9c232') +md5sums=('430a530a38d3bc6028b973a75d219891') build() { cd ${pkgname}-${pkgver} @@ -29,6 +29,13 @@ build() { make } +check() { + cd ${pkgname}-${pkgver} + make check + cd tests + make imap-sample +} + package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install |