diff --git a/community/afl/PKGBUILD b/community/afl/PKGBUILD index 3bdb49864..f28f6bf07 100644 --- a/community/afl/PKGBUILD +++ b/community/afl/PKGBUILD @@ -5,25 +5,23 @@ # - make with AFL_NO_X86=1 pkgname=afl -pkgver=2.18b +pkgver=2.19b pkgrel=1 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and genetic algorithms' url="http://lcamtuf.coredump.cx/afl/" arch=('i686' 'x86_64') license=('Apache') depends=('glibc' 'bash') -optdepends=( - 'gcc: gcc instrumentation support' - 'clang: clang instrumentation support' - 'llvm: experimental clang-fast instrumentation support' - 'gnuplot: graph plotting support' -) +optdepends=('gcc: gcc instrumentation support' + 'clang: clang instrumentation support' + 'llvm: experimental clang-fast instrumentation support' + 'gnuplot: graph plotting support') makedepends=('clang' 'llvm' 'gcc' 'wget' 'python') 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=('ea0198a25d3cd4e4f2b0f32cb9c894aab0c23b7d48c41acbccf7ec74ae1166f6658c1306d05ff11edff7c691a68f4e652d9c53b9a64b30464647ac4f0b4f543d') +sha512sums=('07920ba8dcbdaebecc6f229cd3d6b0f84ddbfd586c0563a26953e84af57ae2b9339ddbd74991433829bbc54fc77f50cc70dc23a0cc81d6c0c2652891251c8875') build() { cd ${pkgname}-${pkgver}