summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Romig2023-04-05 07:26:25 +0100
committerNeil Romig2023-04-05 07:26:25 +0100
commite371379f2ffe10f704f73eaf0ddd1fa7fc541c9c (patch)
treec1736f5df3225ff04f65759e4220a6021ea95191
parent4c7cb4b6d4571e1975225f42288fdb187728aec3 (diff)
downloadaur-e371379f2ffe10f704f73eaf0ddd1fa7fc541c9c.tar.gz
Added libidn version dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46ae3aff4c34..9f8aa198c111 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = courier-mta
pkgdesc = IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig
pkgver = 1.2.3
- pkgrel = 1
+ pkgrel = 2
url = http://courier-mta.org
install = courier-mta.install
arch = i686
@@ -18,7 +18,7 @@ pkgbase = courier-mta
depends = pcre2
depends = mime-types
depends = ca-certificates
- depends = libidn2
+ depends = libidn2>=2.0.5
depends = wget
optdepends = libldap
provides = smtp-server
diff --git a/PKGBUILD b/PKGBUILD
index 89a0fb6d770e..159014fee24c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,12 +11,12 @@
pkgname=courier-mta
pkgver=1.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig"
arch=(i686 x86_64)
license=('GPL2')
url="http://courier-mta.org"
-depends=('courier-authlib>=0.71' 'courier-unicode>=2.1' 'gcc-libs' 'gdbm' 'pcre2' 'mime-types' 'ca-certificates' 'libidn2' 'wget')
+depends=('courier-authlib>=0.71' 'courier-unicode>=2.1' 'gcc-libs' 'gdbm' 'pcre2' 'mime-types' 'ca-certificates' 'libidn2>=2.0.5' 'wget')
optdepends=('libldap')
makedepends=('pam' 'expect' 'gnupg' 'libldap')
provides=('smtp-server' 'smtp-forwarder' 'imap-server' 'pop3-server' 'courier-imap' 'courier-maildrop')