summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGene C2023-12-26 16:11:36 -0500
committerGene C2023-12-26 16:11:36 -0500
commit35e5c9c29fcc324974895e1e7efb706efe26326e (patch)
treefa7205272a228b8d12ffbd0c9bd850c6ba26a86a /PKGBUILD
parent45842e494128c0b05ae56398f7007dd012648588 (diff)
downloadaur-dmarc_report.tar.gz
update project version 4.3.1
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'