diff options
-rw-r--r-- | .SRCINFO | 7 | ||||
-rwxr-xr-x | PKGBUILD | 7 |
2 files changed, 14 insertions, 0 deletions
@@ -9,6 +9,13 @@ pkgbase = zdkimfilter license = GPL3 depends = courier-mta depends = opendkim + depends = glibc>=2.40+r16+gaa533d58ff + depends = libidn2=2.3.7 + depends = libunistring=1.2 + depends = opendbx=1.4.6 + depends = openssl=3.3.2 + depends = util-linux-libs=2.40.2 + depends = zlib=1:1.3.1 options = debug options = !strip backup = etc/courier/filters/zdkimfilter.conf @@ -7,6 +7,13 @@ arch=('i686' 'pentium4' 'x86_64') url='https://www.tana.it/sw/zdkimfilter/' license=('GPL3') _pinned_dependencies=( + 'glibc>=2.40+r16+gaa533d58ff' + 'libidn2=2.3.7' + 'libunistring=1.2' + 'opendbx=1.4.6' + 'openssl=3.3.2' + 'util-linux-libs=2.40.2' + 'zlib=1:1.3.1' ) depends=( 'courier-mta' |