[arch-commits] Commit in libetpan/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Sun Apr 27 16:17:33 UTC 2014


    Date: Sunday, April 27, 2014 @ 18:17:32
  Author: andyrtr
Revision: 211815

upgpkg: libetpan 1.4.1-1

upstream update 1.4.1

Modified:
  libetpan/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-27 16:13:15 UTC (rev 211814)
+++ PKGBUILD	2014-04-27 16:17:32 UTC (rev 211815)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=libetpan
-pkgver=1.4
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="A portable middleware for email access"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=("custom:etpan")
 depends=('libsasl' 'curl' 'expat')
 source=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('30a99dc58ff783157d8415587a3427b8')
+md5sums=('430a530a38d3bc6028b973a75d219891')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -29,6 +29,13 @@
   make
 }
 
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+  cd tests
+  make imap-sample
+}
+
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install




More information about the arch-commits mailing list