diff options
-rw-r--r-- | courier-mta/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/courier-mta/PKGBUILD b/courier-mta/PKGBUILD index b94eca0bf..6581be7b2 100644 --- a/courier-mta/PKGBUILD +++ b/courier-mta/PKGBUILD @@ -13,20 +13,20 @@ pkgname=courier-mta _pkgname=courier pkgver=1.3.13 -pkgrel=2 +pkgrel=3 pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig" arch=(i686 pentium4 x86_64) license=('GPL2') url="https://courier-mta.org" _pinned_dependencies=( - 'courier-unicode=2.3.1' 'gcc-libs=14.2.1+r134+gab884fffe3fc' - 'gdbm=1.24' 'glibc>=2.31' 'gnutls=3.8.8' - 'libidn2=2.3.7' + 'libcourier-unicode.so=BOGUS' + 'libgdbm.so=6' + 'libidn2.so=0' 'libldap=2.6.9' - 'pcre2=10.44' + 'libpcre2-8.so=0' ) depends=('courier-authlib>=0.71' 'courier-unicode>=2.1' 'mime-types' 'ca-certificates' "${_pinned_dependencies[@]}") optdepends=('libldap') |