diff --git a/community/afl/PKGBUILD b/community/afl/PKGBUILD index a7505c755..763503cd1 100644 --- a/community/afl/PKGBUILD +++ b/community/afl/PKGBUILD @@ -5,8 +5,8 @@ # - make with AFL_NOX86=1 pkgname=afl -pkgver=1.94b -pkgrel=2 +pkgver=1.95b +pkgrel=1 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms' arch=('i686' 'x86_64') url="http://lcamtuf.coredump.cx/afl/" @@ -16,13 +16,14 @@ optdepends=( 'gcc: gcc instrumentation support' 'clang: clang instrumentation support' 'llvm: experimental clang-fast instrumentation support' + 'gnuplot: graph plotting support' ) makedepends=('clang' 'llvm' 'gcc') provides=('american-fuzzy-lop') replaces=('american-fuzzy-lop') options=('!emptydirs' '!strip') source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz) -sha512sums=('513c01348c7087f3f1f716440af273d342466089400822784d670739bec4ab6094b8d085933ffecc0fb69f966bdc99ed3bfad5966065036c2b8a5015a39683c4') +sha512sums=('833f8a5d6f1c80afcfe07dd07f845f502106be5aa647f50a8ac430cfc929731f339797e74cbf835629de441af3dd5171fa99a8d9844f31a34fa65ee645850420') build() { cd ${pkgname}-${pkgver}