diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-19 04:00:43 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-19 04:00:43 +0000 |
commit | 4d8724d2ae72ab2ea20a9ad299dd36f33bda4658 (patch) | |
tree | 5e022d124eb60b93d19e96a0d9c0e8532be87a6e /community/ettercap | |
parent | f8a4eefb2bb008f302349db07da4a75e746a1aeb (diff) |
Sat Apr 19 03:57:19 UTC 2014
Diffstat (limited to 'community/ettercap')
-rw-r--r-- | community/ettercap/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ettercap/PKGBUILD b/community/ettercap/PKGBUILD index 5c891ee70..b74bb70c0 100644 --- a/community/ettercap/PKGBUILD +++ b/community/ettercap/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 103822 2014-01-11 20:36:36Z bgyorgy $ +# $Id: PKGBUILD 109763 2014-04-18 14:26:46Z thestinger $ # Maintainer: # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase=ettercap pkgname=('ettercap' 'ettercap-gtk') pkgver=0.8.0 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url="http://ettercap.github.com/ettercap/" license=('GPL') -depends=('openssl' 'libpcap' 'pcre' 'libltdl' 'libnet') +depends=('openssl' 'libpcap' 'pcre' 'libltdl' 'libnet' 'ethtool' 'curl') makedepends=('ghostscript' 'cmake' 'libpcap' 'libltdl' 'libnet' 'gtk2') options=('!makeflags' '!emptydirs') source=("https://github.com/Ettercap/ettercap/archive/v$pkgver.tar.gz") |