summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2019-07-06 13:38:22 +0200
committerfordprefect2019-07-06 13:38:22 +0200
commitcf516b233c9c0fd99cc27a734cbcdcd90e062464 (patch)
tree7abc657a968fe7152a6e7336828486554e4e20fd
parentc444bd2ed00c7b1bad1af7d6b040abd0c8cfd0e2 (diff)
downloadaur-cf516b233c9c0fd99cc27a734cbcdcd90e062464.tar.gz
20190706
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80c676458bb2..68e57c7d9ee3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 19 07:06:43 UTC 2019
+# Sat Jul 6 11:37:59 UTC 2019
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 = 20190619
- pkgrel = 2
+ pkgver = 20190706
+ pkgrel = 1
url = https://github.com/elceef/dnstwist
arch = any
license = Apache
@@ -11,8 +11,8 @@ pkgbase = dnstwist
depends = python-pygeoip
depends = python-requests
depends = python-ssdeep
- source = dnstwist-20190619.tar.gz::https://github.com/elceef/dnstwist/archive/20190619.tar.gz
- md5sums = 7f0445285f1209dd2a741545226e77fe
+ source = dnstwist-20190706.tar.gz::https://github.com/elceef/dnstwist/archive/20190706.tar.gz
+ md5sums = 8769b8531186b6f79d3014e4d055e2cf
pkgname = dnstwist
diff --git a/PKGBUILD b/PKGBUILD
index 7f07f74f2f64..e1a91450accc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=dnstwist
-pkgver=20190619
-pkgrel=2
+pkgver=20190706
+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")
source=("$pkgname-$pkgver.tar.gz::https://github.com/elceef/dnstwist/archive/${pkgver}.tar.gz")
-md5sums=('7f0445285f1209dd2a741545226e77fe')
+md5sums=('8769b8531186b6f79d3014e4d055e2cf')
package() {
install -D "${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py"