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 55c4f40a1..c13037a44 100644 --- a/courier-mta/PKGBUILD +++ b/courier-mta/PKGBUILD @@ -13,7 +13,7 @@ pkgname=courier-mta _pkgname=courier pkgver=1.1.8 -pkgrel=10 +pkgrel=11 pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig" arch=(i686 pentium4 x86_64) license=('GPL2') @@ -24,7 +24,7 @@ _pinned_dependencies=( 'gnutls=3.7.6' 'libcourier-unicode.so=7' 'libgdbm.so=6' - 'libidn=1.40' + 'libidn=1.41' 'libldap=2.6.2' 'pcre2=10.40' ) |