diff options
author | Santiago Lo Coco | 2023-05-17 17:02:05 +0000 |
---|---|---|
committer | Santiago Lo Coco | 2023-05-17 17:02:05 +0000 |
commit | 8bf671cac4502c40db22713ee111edb59f1522b2 (patch) | |
tree | ae8e48fc5acecd55eb5435764adedf83538089b6 /PKGBUILD | |
parent | e6e7aa3684cff04efebf21e077044e39fe24fb63 (diff) | |
download | aur-8bf671cac4502c40db22713ee111edb59f1522b2.tar.gz |
Bump holehe-git version
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,13 +2,13 @@ _pkgname="holehe" pkgname="${_pkgname}-git" -pkgver=r405.bbc0ef7 +pkgver=r424.2b6868f pkgrel=1 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" "beautifulsoup4" "httpx" "trio" "tqdm" "colorama") depends=("python" ${_pydeps[@]/#/python-}) makedepends=("git" "python-setuptools") provides=("holehe") |