summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2021-12-04 17:07:21 +0100
committerfordprefect2021-12-04 17:07:21 +0100
commit3ae975833fc4435809b40910b106dea671b2ff13 (patch)
treeacbd131a625d2dc1f663f2011765bd6de450ff52
parentb1c366194a02e51211fad452a88a4946b6ef544c (diff)
downloadaur-3ae975833fc4435809b40910b106dea671b2ff13.tar.gz
v20211204
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9b8ea8cce72..1785448f7fee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dnstwist
pkgdesc = simple tool to look for registered domains similar to your own, only distinguished by typos. useful for detection of fraud and fishing attacs
- pkgver = 20201228
+ pkgver = 20211204
pkgrel = 1
url = https://github.com/elceef/dnstwist
arch = any
@@ -9,8 +9,9 @@ pkgbase = dnstwist
depends = python-pygeoip
depends = python-requests
depends = python-ssdeep
- source = dnstwist-20201228.tar.gz::https://github.com/elceef/dnstwist/archive/20201228.tar.gz
- md5sums = 31819c95be58cd425a0ea93dea165185
+ depends = python-tld
+ depends = python-whois
+ source = dnstwist-20211204.tar.gz::https://github.com/elceef/dnstwist/archive/20211204.tar.gz
+ md5sums = ed00e365a5333521d630081fc5590d08
pkgname = dnstwist
-
diff --git a/PKGBUILD b/PKGBUILD
index b861b2a8eb66..d4ceda2a126e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=dnstwist
-pkgver=20201228
+pkgver=20211204
pkgrel=1
pkgdesc="simple tool to look for registered domains similar to your own, only distinguished by typos. useful for detection of fraud and fishing attacs"
url="https://github.com/elceef/dnstwist"
arch=('any')
license=('Apache')
-depends=("python-dnspython" "python-pygeoip" "python-requests" "python-ssdeep")
+depends=("python-dnspython" "python-pygeoip" "python-requests" "python-ssdeep" "python-tld" "python-whois")
source=("$pkgname-$pkgver.tar.gz::https://github.com/elceef/dnstwist/archive/${pkgver}.tar.gz")
-md5sums=('31819c95be58cd425a0ea93dea165185')
+md5sums=('ed00e365a5333521d630081fc5590d08')
package() {
install -D "${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"