summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--msmtp/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/msmtp/PKGBUILD b/msmtp/PKGBUILD
index 7d2f2ee..b343d15 100644
--- a/msmtp/PKGBUILD
+++ b/msmtp/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=msmtp
pkgname=$_pkgname-jxir
-pkgver=1.8.5.r6.gcc22c93
+pkgver=1.8.6.r0.g2131126
pkgrel=1
pkgdesc='A small, fast SMTP client'
arch=('x86_64')
url="https://marlam.de/$_pkgname/"
license=('GPL3')
-depends=('gnutls')
+depends=('gnutls' 'gsasl')
makedepends=('texlive-plainextra')
provides=("$_pkgname")
conflicts=("$_pkgname")
@@ -27,6 +27,7 @@ build() {
--prefix=/usr \
--disable-nls \
--with-tls=gnutls \
+ --with-libgsasl \
--without-libsecret \
--without-msmtpd
make