diff options
Diffstat (limited to 'community/ettercap/PKGBUILD')
-rw-r--r-- | community/ettercap/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ettercap/PKGBUILD b/community/ettercap/PKGBUILD index 4dee9d221..614d786da 100644 --- a/community/ettercap/PKGBUILD +++ b/community/ettercap/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 97482 2013-09-21 10:35:04Z jelle $ +# $Id: PKGBUILD 99738 2013-10-30 23:24:51Z allan $ # Maintainer: # Contributor: Tom Newsom <Jeepster@gmx.co.uk> @@ -11,7 +11,7 @@ url="http://ettercap.github.com/ettercap/" license=('GPL') depends=('openssl' 'libpcap' 'pcre' 'libltdl' 'libnet') makedepends=('ghostscript' 'cmake' 'libpcap' 'libltdl' 'libnet' 'gtk2') -options=('!libtool' '!makeflags' '!emptydirs') +options=('!makeflags' '!emptydirs') source=("https://github.com/Ettercap/ettercap/archive/v$pkgver.tar.gz") md5sums=('067514bb53ff76b81d578676e2048319') |