diff options
Diffstat (limited to 'community/dnsrecon/APKBUILD')
-rw-r--r-- | community/dnsrecon/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/dnsrecon/APKBUILD b/community/dnsrecon/APKBUILD index 5a326bba62..a4fc4f6ed4 100644 --- a/community/dnsrecon/APKBUILD +++ b/community/dnsrecon/APKBUILD @@ -8,6 +8,7 @@ url="https://github.com/darkoperator/dnsrecon" arch="noarch" license="GPL-2.0" depends="python2 py2-dnspython py2-netaddr" +options="!check" source="$pkgname-$pkgver.tar.gz::https://github.com/darkoperator/$pkgname/archive/$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver |