summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTK2020-03-06 15:49:10 +1100
committerTK2020-03-06 15:49:10 +1100
commit8fa45b216b88b55b0ad6dd1fd218ef58e4be5c46 (patch)
tree5e9b1107f1d9316ff2382a41b08a3c38890be75f
parentad10be0546d5a209d86e08c345461efc8c0328b2 (diff)
downloadaur-8fa45b216b88b55b0ad6dd1fd218ef58e4be5c46.tar.gz
add python-uvloop and python-aiosqlite as dependencies
-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}")