summaryrefslogtreecommitdiffstats
path: root/msmtp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'msmtp/PKGBUILD')
-rw-r--r--msmtp/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/msmtp/PKGBUILD b/msmtp/PKGBUILD
index a666cf6..20c807d 100644
--- a/msmtp/PKGBUILD
+++ b/msmtp/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=msmtp
pkgname=$_pkgname-jxir
-pkgver=1.6.8.5.g09a1cb4
+pkgver=1.8.1.12.g1a1f73e
pkgrel=1
pkgdesc='A small, fast POP3 client'
arch=('x86_64')
url="https://marlam.de/$_pkgname/"
license=('GPL3')
-depends=('gsasl')
+depends=('gnutls')
makedepends=('texlive-plainextra')
provides=("$_pkgname")
conflicts=("$_pkgname")
@@ -27,7 +27,8 @@ build() {
--prefix=/usr \
--disable-nls \
--with-tls=gnutls \
- --without-libsecret
+ --without-libsecret \
+ --without-msmtpd
make
make -C doc pdf
}