summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2019-11-17 19:39:54 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2019-11-17 19:39:54 +0100
commit5b173c3f444584947df13a01427d8b13c5113a87 (patch)
treebc2ecac92ef9f13a37ed98c24fa1d0ec61821ad6
parent5e03a2c17056c05443b4fc397bbb59a510988660 (diff)
downloadpackages-5b173c3f444584947df13a01427d8b13c5113a87.tar.zst
msmtp: build with gsasl
-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