summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f08e88aad8bc..25d44c89a4a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,6 +26,8 @@ pkgbase = theharvester-git
depends = python-aiohttp
depends = python-pycares
depends = python-dnspython
+ depends = python-uvloop
+ depends = python-aiosqlite
provides = theharvester-git
conflicts = theharvester-git
source = theharvester-git::git+https://github.com/laramies/theHarvester.git
diff --git a/PKGBUILD b/PKGBUILD
index d83307281411..ed210c4e01f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,6 +26,8 @@ depends=(
'python-aiohttp'
'python-pycares'
'python-dnspython'
+ 'python-uvloop'
+ 'python-aiosqlite'
)
makedepends=('git' 'bash')
provides=("${pkgname}")