summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Lo Coco2022-01-11 20:04:22 +0000
committerSantiago Lo Coco2022-01-11 20:04:22 +0000
commitb47f530b5f7ba63140e1485b8a826ad4ff9f13a3 (patch)
tree6b7b73948faed08632018fdfcbafea5877f2a61a
parent404fed7b82c2562ae7115652dec3bf02b066f3cf (diff)
downloadaur-b47f530b5f7ba63140e1485b8a826ad4ff9f13a3.tar.gz
Add PKGBUILD and .SRCINFO
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 447516c1097f..41672e22a2cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Efficiently finding registered accounts from emails."
arch=("any")
url="https://github.com/megadose/holehe"
license=("GPL")
-_pydeps=('termcolor' 'bs4' 'httpx' 'trio' 'argparse' 'tqdm' 'colorama')
+_pydeps=("termcolor" "bs4" "httpx" "trio" "argparse" "tqdm" "colorama")
depends=("python" ${_pydeps[@]/#/python-})
makedepends=("git" "python-setuptools")
provides=("holehe")