summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSantiago Lo Coco2023-05-17 17:02:05 +0000
committerSantiago Lo Coco2023-05-17 17:02:05 +0000
commit8bf671cac4502c40db22713ee111edb59f1522b2 (patch)
treeae8e48fc5acecd55eb5435764adedf83538089b6 /PKGBUILD
parente6e7aa3684cff04efebf21e077044e39fe24fb63 (diff)
downloadaur-8bf671cac4502c40db22713ee111edb59f1522b2.tar.gz
Bump holehe-git version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abfbd511a15c..6efd846388aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")