summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c95d5cdcb286..8eb9e399e6e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-impacket-git
pkgdesc = Collection of classes for working with network protocols
- pkgver = impacket_0_10_0.r129.g8b3f9eff
+ pkgver = impacket_0_11_0.r28.g337d50d0
pkgrel = 1
url = https://github.com/SecureAuthCorp/impacket
arch = any
@@ -17,6 +17,8 @@ pkgbase = python-impacket-git
depends = python-ldap3
depends = python-flask
depends = python-pcapy
+ depends = python-charset-normalizer
+ depends = python-ldapdomaindump
provides = impacket
conflicts = impacket
source = git+https://github.com/SecureAuthCorp/impacket.git
diff --git a/PKGBUILD b/PKGBUILD
index 65eea7be3155..a9abf4f1151a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: coldbug <coldBug@e.mail.de>
_pkgbase=impacket
pkgname=python-impacket-git
-pkgver=impacket_0_10_0.r129.g8b3f9eff
+pkgver=impacket_0_11_0.r28.g337d50d0
pkgrel=1
pkgdesc="Collection of classes for working with network protocols"
arch=('any')
@@ -9,7 +9,7 @@ conflicts=('impacket')
url="https://github.com/SecureAuthCorp/impacket"
license=("Apache")
provides=('impacket')
-depends=('python' 'python-future' 'python-six' 'python-pyasn1' 'python-pycryptodome' 'python-pycryptodomex' 'python-pyopenssl' 'python-ldap3' 'python-flask' 'python-pcapy')
+depends=('python' 'python-future' 'python-six' 'python-pyasn1' 'python-pycryptodome' 'python-pycryptodomex' 'python-pyopenssl' 'python-ldap3' 'python-flask' 'python-pcapy' 'python-charset-normalizer' 'python-ldapdomaindump')
makedepends=('git' 'python-setuptools')
source=("git+https://github.com/SecureAuthCorp/impacket.git")
sha256sums=('SKIP')