summarylogtreecommitdiffstats
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
parent1c83cc742e0c709dd2400d553beb6a1c8d568cdb (diff)
downloadaur-responder.tar.gz
Add missing python-netifaces dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 886a73523070..6fa357bd4d67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = responder
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
pkgver = 3.1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lgandx/responder/
arch = any
license = GPL3
makedepends = git
depends = python
+ depends = python-netifaces
source = https://github.com/lgandx/Responder/archive/refs/tags/v3.1.3.0.tar.gz
source = responder.sh
source = responder.patch
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')