summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d8636352cad..189dfa1988b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
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.0.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lgandx/responder/
arch = any
license = GPL3
makedepends = git
- depends = python
+ depends = python2
source = https://github.com/lgandx/responder/archive/v3.0.0.0.tar.gz
source = responder.sh
source = responder.patch
diff --git a/PKGBUILD b/PKGBUILD
index bc522a5f4949..5497b625ee7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
_pkgname=Responder
pkgname=responder
pkgver=3.0.0.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=('python2')
makedepends=('git')
url='https://github.com/lgandx/responder/'
license=('GPL3')