summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoranthraxx2016-12-17 17:45:52 +0100
committeranthraxx2016-12-17 17:45:52 +0100
commite0dcda2023613fd57b87dc8db0b280a441955da0 (patch)
tree119782576840890beacb51f257c903b5798fc2f4 /PKGBUILD
parent4ae8dadefbfad8739cfc064e6713ac62daf81f2a (diff)
downloadaur-e0dcda2023613fd57b87dc8db0b280a441955da0.tar.gz
upgpkg: cowrie 1.1.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff9fd4860388..f91b9db61d86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=cowrie
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Medium interaction SSH honeypot designed to log brute force attacks and entire shell interaction'
url='https://github.com/micheloosterhof/cowrie'
arch=('any')
license=('BSD')
-depends=('twisted' 'python2-zope-interface' 'python2-crypto' 'python2-pyasn1' 'python2-cryptography'
- 'python2-gmpy2' 'python2-pyopenssl' 'mysql-python' 'python2-dateutil' 'python2-tftpy')
+depends=('python2-twisted' 'python2-zope-interface' 'python2-crypto' 'python2-pyasn1' 'python2-cryptography'
+ 'python2-gmpy2' 'python2-pyopenssl' 'mysql-python' 'python2-dateutil' 'python2-tftpy'
+ 'python2-configparser' 'python2-service-identity')
backup=('etc/cowrie.cfg')
install=cowrie.install
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/micheloosterhof/${pkgname}/archive/v${pkgver}.tar.gz)