summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkngfr2019-06-18 21:27:58 +0200
committerkngfr2019-06-18 21:27:58 +0200
commit331e0d806e67f5f8709b7a3e999ffcea794fd28a (patch)
treeef62a4e11cc52e17b2c823a40841190ebb4e0d73
parent229c52eef39bce7ae3114168e6989f801f132c28 (diff)
downloadaur-331e0d806e67f5f8709b7a3e999ffcea794fd28a.tar.gz
added htm5lib as a new dependency
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bedfe8fcccee..f1c246efb1bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kngfr <9bcfbc1ca230857ba09584697f20708a@kngfr.de>
pkgname=phoneinfoga
_reponame=PhoneInfoga
-pkgver=v1.6.7.r49.g74baad0
+pkgver=v1.10.9.r3.g65adcb8
pkgrel=1
pkgdesc="Advanced information gathering & OSINT tool for phone numbers."
arch=('any')
@@ -13,7 +13,8 @@ depends=('python3'
'python-html5lib'
'python-phonenumbers'
'python-urllib3'
- 'python-colorama')
+ 'python-colorama'
+ 'python-html5lib')
source=("git+https://github.com/sundowndev/PhoneInfoga")
md5sums=('SKIP')