--- PKGBUILD 2019-05-14 22:27:48.238836284 -0500 +++ PKGBUILD-fix 2019-05-14 23:22:53.563884616 -0500 @@ -3,16 +3,16 @@ # Contributor: Paolo Giangrandi pkgname=impacket -pkgver=0.9.18 +pkgver=0.9.19 pkgrel=1 pkgdesc='Collection of classes for working with network protocols' url='https://github.com/CoreSecurity/impacket' arch=('any') license=('Apache') -depends=('python2-crypto' 'python2-pyasn1' 'python2-pcapy' 'python2-pyopenssl' 'python2-six' 'python2-ldap3' 'python2-flask') +depends=('python2-pycryptodomex' 'python2-pyasn1' 'python2-pcapy' 'python2-pyopenssl' 'python2-six' 'python2-ldap3' 'python2-flask') checkdepends=('python2-pytest' 'python2-pytest-runner') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CoreSecurity/impacket/archive/impacket_${pkgver//./_}.tar.gz) -sha512sums=('c8ed7b45c2abbf97f722624bb28f3c9040dd15ec4b53b7128851a96f716463d7a8453cc6b9af80cd7b5693a3d868cca6c10304c90f06030a87a273a6dda57873') +sha512sums=('92866065e8d30fc0c586cbb073836cbdaa9e685b386588570f74d1f59aa8e6182b67b1ba11d77465a52063baa8f0da76080030bfc71ce2d67dc3bb03abe3e352') prepare() { cd ${pkgname}-${pkgname}_${pkgver//./_}