Date: Friday, March 4, 2016 @ 23:17:48 Author: anthraxx Revision: 164868
upgpkg: impacket 0.9.14-3 adding missing depends Modified: impacket/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-04 22:17:47 UTC (rev 164867) +++ PKGBUILD 2016-03-04 22:17:48 UTC (rev 164868) @@ -4,12 +4,12 @@ pkgname=impacket pkgver=0.9.14 -pkgrel=2 +pkgrel=3 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') +depends=('python2-crypto' 'python2-pyasn1' 'python2-pcapy' 'python2-pyopenssl') checkdepends=('python2-pytest') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CoreSecurity/impacket/archive/impacket_${pkgver//./_}.tar.gz) sha512sums=('8f2ac11ce2c76e11190c06868f80ceef588bbbfbb30f6574d093f371eb5d65af70ad04ee8fc2e5300c9b14c84d2f5ce6c46dc85ffe8e5003f8f8b9081c700854')
