summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD7
2 files changed, 14 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d165dc..6547b5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index e44c5ad..a36e310 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'