[arch-commits] Commit in opendmarc/trunk (PKGBUILD)

Thore Bödecker foxxx0 at archlinux.org
Tue Apr 6 09:42:11 UTC 2021


    Date: Tuesday, April 6, 2021 @ 09:42:10
  Author: foxxx0
Revision: 912097

upgpkg: opendmarc 1.4.0-2

add missing perl-json dependency

fixes FS#69983

Modified:
  opendmarc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-06 09:33:00 UTC (rev 912096)
+++ PKGBUILD	2021-04-06 09:42:10 UTC (rev 912097)
@@ -5,13 +5,13 @@
 
 pkgname=opendmarc
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 _tarball_folder="OpenDMARC-rel-${pkgname}-${pkgver//./-}"
 pkgdesc="Free open source software implementation of the DMARC specification"
 arch=('x86_64')
 url="https://github.com/trusteddomainproject/OpenDMARC"
 license=('custom')
-depends=('smtp-server' 'libspf2' 'libbsd' 'libidn')
+depends=('smtp-server' 'libspf2' 'libbsd' 'libidn' 'perl-json')
 makedepends=('libmilter')
 optdepends=('opendbx: acts as a middleware layer between OpenDMARC and a SQL backend of choice'
             'python: run opendmarc scripts at /usr/share/doc/opendmarc'



More information about the arch-commits mailing list