diff options
author | Santiago Lo Coco | 2022-01-13 04:04:59 +0000 |
---|---|---|
committer | Santiago Lo Coco | 2022-01-13 04:04:59 +0000 |
commit | cef0d3df0278d6070257f1551ee30b453ab53549 (patch) | |
tree | f63afc6fa55c1166dedce881131764c87111c2b1 /PKGBUILD | |
parent | 63359789fe9a3f76edbf3d2bfa4816cae1ace389 (diff) | |
download | aur-cef0d3df0278d6070257f1551ee30b453ab53549.tar.gz |
Add holehe-git/.SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ arch=("any") url="https://github.com/megadose/holehe" license=("GPL") _pydeps=("termcolor" "bs4" "httpx" "trio" "argparse" "tqdm" "colorama") -depends=("python" ${_pydeps[@]/#/python-}) +depends=(${_pydeps[@]/#/python-}) makedepends=("git" "python-setuptools") provides=("holehe") conflicts=("holehe") |