Date: Wednesday, July 6, 2016 @ 15:30:58 Author: anthraxx Revision: 182403
upgpkg: afl 2.19b-1 Modified: afl/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-06 14:17:25 UTC (rev 182402) +++ PKGBUILD 2016-07-06 15:30:58 UTC (rev 182403) @@ -2,7 +2,7 @@ # Contributor: spider-mario <[email protected]> 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/" @@ -9,18 +9,16 @@ 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}
