summaryrefslogtreecommitdiffstats
path: root/msmtp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'msmtp/PKGBUILD')
-rw-r--r--msmtp/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/msmtp/PKGBUILD b/msmtp/PKGBUILD
index 3c7c3b6..c5f4060 100644
--- a/msmtp/PKGBUILD
+++ b/msmtp/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=msmtp
pkgname=$_pkgname-jxir
-pkgver=1.8.6.r0.g2131126
+pkgver=1.8.24.r9.gb3500e2
pkgrel=1
pkgdesc='A small, fast SMTP client'
arch=('x86_64')
url="https://marlam.de/$_pkgname/"
license=('GPL3')
-depends=('gnutls' 'gsasl')
-makedepends=('git' 'texlive-plainextra')
+depends=('gnutls')
+makedepends=('git' 'texlive-plaingeneric')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://git.marlam.de/git/$_pkgname.git")
@@ -27,7 +27,7 @@ build() {
--prefix=/usr \
--disable-nls \
--with-tls=gnutls \
- --with-libgsasl \
+ --without-libgsasl \
--without-libsecret \
--without-msmtpd
make