diff options
-rw-r--r-- | courier-mta/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/courier-mta/PKGBUILD b/courier-mta/PKGBUILD index 923ea2b2..17b4f1c4 100644 --- a/courier-mta/PKGBUILD +++ b/courier-mta/PKGBUILD @@ -13,7 +13,7 @@ pkgname=courier-mta _pkgname=courier pkgver=1.0.14 -pkgrel=4 +pkgrel=5 pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig" arch=(i686 pentium4 x86_64) license=('GPL2') @@ -22,7 +22,7 @@ _pinned_dependencies=( 'gcc-libs=10.2.0' 'gdbm=1.18.1' 'glibc>=2.31' - 'gnutls=3.6.15' + 'gnutls=3.7.0' 'libcourier-unicode.so=4' 'libfam.so=0' 'libidn=1.36' |