diff options
-rw-r--r-- | .SRCINFO | 8 | ||||
-rwxr-xr-x | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,7 +1,7 @@ pkgbase = zdkimfilter pkgdesc = zDKIM filter for Courier-MTA using the OpenDKIM Project's library. pkgver = 2.1 - pkgrel = 4 + pkgrel = 5 url = https://www.tana.it/sw/zdkimfilter/ arch = i686 arch = pentium4 @@ -9,10 +9,10 @@ pkgbase = zdkimfilter license = GPL3 depends = courier-mta depends = glibc>=2.31 - depends = libidn2=2.3.0 + depends = libidn2.so=0 + depends = libnettle.so=8 depends = libunistring=0.9.10 - depends = libutil-linux=2.35.2 - depends = nettle=3.6 + depends = libuuid.so=1 depends = opendbx=1.4.6 depends = opendkim=2.10.3 depends = zlib=1:1.2.11 @@ -1,17 +1,17 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname=zdkimfilter pkgver=2.1 -pkgrel=4 +pkgrel=5 pkgdesc="zDKIM filter for Courier-MTA using the OpenDKIM Project's library." arch=('i686' 'pentium4' 'x86_64') url='https://www.tana.it/sw/zdkimfilter/' license=('GPL3') _pinned_dependencies=( 'glibc>=2.31' - 'libidn2=2.3.0' + 'libidn2.so=0' + 'libnettle.so=8' 'libunistring=0.9.10' - 'libutil-linux=2.35.2' - 'nettle=3.6' + 'libuuid.so=1' 'opendbx=1.4.6' 'opendkim=2.10.3' 'zlib=1:1.2.11' |