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

Andreas Radke andyrtr at archlinux.org
Sun Mar 26 09:35:01 UTC 2017


    Date: Sunday, March 26, 2017 @ 09:35:00
  Author: andyrtr
Revision: 291647

upgpkg: libetpan 1.7.2-3

fix broken ssl/tls support - use gnutls

Modified:
  libetpan/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-26 08:14:06 UTC (rev 291646)
+++ PKGBUILD	2017-03-26 09:35:00 UTC (rev 291647)
@@ -3,12 +3,13 @@
 
 pkgname=libetpan
 pkgver=1.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A portable middleware for email access"
 arch=('i686' 'x86_64')
 url="http://www.etpan.org/libetpan.html"
 license=("custom:etpan")
-depends=('libsasl' 'curl' 'expat')
+depends=('libgcrypt' 'gnutls' 'libsasl' 'zlib')
+makedepends=('expat')
 source=($pkgname-$pkgver.tar.gz::https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
 md5sums=('c725728ce39b511a533d629ea78c1884')
 
@@ -25,7 +26,9 @@
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
     --disable-static \
-    --disable-db
+    --disable-db \
+    --with-openssl=no \
+    --with-gnutls=yes
   make
 }
 



More information about the arch-commits mailing list