summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlivier Le Moal2022-10-06 23:45:24 +0200
committerOlivier Le Moal2022-10-06 23:45:24 +0200
commit471763591eee7f22ac9578b95d4157cdc3515b17 (patch)
tree34e5b29ebf01a410eb78b2504f9bb38c8c4a9397 /PKGBUILD
parent1c83cc742e0c709dd2400d553beb6a1c8d568cdb (diff)
downloadaur-responder.tar.gz
Add missing python-netifaces dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee4fc487ceac..3de7dc3945cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
_pkgname=Responder
pkgname=responder
pkgver=3.1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='A LLMNR, NBT-NS and MDNS poisoner, with built-in HTTP/SMB/MSSQL/FTP/LDAP rogue authentication server supporting NTLMv1/NTLMv2/LMv2, Extended Security NTLMSSP and Basic HTTP authentication'
arch=('any')
-depends=('python')
+depends=('python' 'python-netifaces')
makedepends=('git')
url='https://github.com/lgandx/responder/'
license=('GPL3')