summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8de638c7d931..8a051fd8880c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@ pkgname='dmarc_report'
pkgdesc='"Generate human readable DMARC and TLS reports from standard email reports.'
_gitname='dmarc_report'
-pkgver=4.3.0
+pkgver=4.3.1
pkgrel=1
url="https://github.com/gene-git/dmarc_report"
arch=(any)
license=(MIT)
# tomli only needed if python version < 3.11
-depends=('python>3.9' 'python-netaddr' 'python-tomli')
+depends=('python>3.9' 'python-netaddr' 'python-tomli' 'python-dateutil')
# To build docs uncommont sphinx/texlive
makedepends=('git' 'python-installer' 'python-build' 'python-wheel' 'python-hatch' 'rsync'