diff options
author | Santiago Lo Coco | 2022-01-11 20:04:22 +0000 |
---|---|---|
committer | Santiago Lo Coco | 2022-01-11 20:04:22 +0000 |
commit | b47f530b5f7ba63140e1485b8a826ad4ff9f13a3 (patch) | |
tree | 6b7b73948faed08632018fdfcbafea5877f2a61a | |
parent | 404fed7b82c2562ae7115652dec3bf02b066f3cf (diff) | |
download | aur-b47f530b5f7ba63140e1485b8a826ad4ff9f13a3.tar.gz |
Add PKGBUILD and .SRCINFO
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |