summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoranthraxx2016-12-18 13:22:10 +0100
committeranthraxx2016-12-18 13:22:10 +0100
commitd3ae5a591e5c8a6a6a75d9c7d67487bbf288e4b0 (patch)
tree1a5362e36b19ca4f2b86bdf2851650b96ffa7797 /PKGBUILD
parente0dcda2023613fd57b87dc8db0b280a441955da0 (diff)
downloadaur-d3ae5a591e5c8a6a6a75d9c7d67487bbf288e4b0.tar.gz
upgpkg: cowrie 1.1.0-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f91b9db61d86..ddec28a42f9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=cowrie
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
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=('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')
+ 'python2-configparser' 'python2-service-identity' 'python2-requests')
backup=('etc/cowrie.cfg')
install=cowrie.install
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/micheloosterhof/${pkgname}/archive/v${pkgver}.tar.gz)