summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkngfr2019-06-18 21:57:52 +0200
committerkngfr2019-06-18 21:57:52 +0200
commite7a744318ab618dc8e8be94a7f0f8ece082b55ea (patch)
treeabc79e385f11b5a2d395ed635c56d196aa3c65a5
parent6d65fb28073df7512571018649a15f8a7b1d9617 (diff)
downloadaur-e7a744318ab618dc8e8be94a7f0f8ece082b55ea.tar.gz
changed the wiki url and added geckodriver as an optional dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b904d51b767..37b1028eeaac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = phoneinfoga
pkgdesc = Advanced information gathering & OSINT tool for phone numbers.
- pkgver = v1.6.7.r23.g7fa5127
+ pkgver = v1.10.9.r3.g65adcb8
pkgrel = 1
- url = https://github.com/sundowndev/PhoneInfoga/wiki
+ url = https://sundowndev.github.io/PhoneInfoga/
arch = any
license = GPL
depends = python3
@@ -12,6 +12,7 @@ pkgbase = phoneinfoga
depends = python-phonenumbers
depends = python-urllib3
depends = python-colorama
+ optdepends = geckodriver
source = git+https://github.com/sundowndev/PhoneInfoga
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bedfe8fcccee..e38b27e4c4bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# 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')
-url="https://github.com/sundowndev/PhoneInfoga/wiki"
+url="https://sundowndev.github.io/PhoneInfoga/"
license=('GPL')
depends=('python3'
'python-requests'
@@ -14,6 +14,7 @@ depends=('python3'
'python-phonenumbers'
'python-urllib3'
'python-colorama')
+optdepends=('geckodriver')
source=("git+https://github.com/sundowndev/PhoneInfoga")
md5sums=('SKIP')