summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcr/aflplusplus/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/aflplusplus/PKGBUILD b/pcr/aflplusplus/PKGBUILD
index b6e2a8e64..2c423c200 100644
--- a/pcr/aflplusplus/PKGBUILD
+++ b/pcr/aflplusplus/PKGBUILD
@@ -9,14 +9,15 @@
pkgname=aflplusplus
pkgver=4.00c
-pkgrel=5
+pkgrel=6
pkgdesc="afl++ is afl with community patches, AFLfast power schedules, qemu 3.1 upgrade + laf-intel support, MOpt mutators, InsTrim instrumentation, unicorn_mode and a lot more!"
arch=('armv7h' 'i686' 'x86_64')
url="https://github.com/AFLplusplus/AFLplusplus"
license=('Apache')
provides=('afl')
conflicts=('afl')
-makedepends=('clang' 'lld' 'llvm' 'python')
+depends=('clang' 'lld')
+makedepends=('llvm' 'python')
optdepends=('qemu: use QEMU with afl')
source=("https://github.com/AFLplusplus/AFLplusplus/archive/${pkgver}.tar.gz")
sha256sums=('f427294ed674e37d34a1b756a2190de17937e046ef21abb3ae37bba018a760f1')