Skip to content

Commit 314fac1

Browse files
authored
#fix missing python-dateutil (#4511)
1 parent 784d0f0 commit 314fac1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lists/to-release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theharvester

packages/theharvester/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pkgname=theharvester
55
pkgver=3837.8785fdd6
6-
pkgrel=1
6+
pkgrel=2
77
groups=('blackarch' 'blackarch-recon')
88
pkgdesc='Python tool for gathering e-mail accounts and subdomain names from different public sources (search engines, pgp key servers).'
99
url='http://www.edge-security.com/theHarvester.php'
@@ -17,7 +17,7 @@ depends=('python' 'python-requests' 'python-shodan' 'python-texttable'
1717
'python-gevent' 'python-lxml' 'python-aiomultiprocess' 'python-orjson'
1818
'python-typing_extensions' 'python-zope-event' 'python-starlette'
1919
'python-slowapi' 'python-certifi' 'python-pyppeteer' 'python-fastapi'
20-
'python-aiofiles' 'python-ujson' 'uvicorn' 'python-playwright')
20+
'python-aiofiles' 'python-ujson' 'uvicorn' 'python-playwright' 'python-dateutil')
2121
makedepends=('git' 'python-build' 'python-pip')
2222
source=("$pkgname::git+https://github.com/laramies/theHarvester.git")
2323
sha512sums=('SKIP')

0 commit comments

Comments
 (0)