summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2023-02-14 18:32:28 -0800
committerGI_Jack2023-02-14 18:32:28 -0800
commit265d75228b90003446fef4b35a694ce4ecf14501 (patch)
tree3bbc9c9c7d48dd813b82200ddd64daf9e9f84968 /PKGBUILD
parent01b64f302b6ffcc331efd38b052b3683ca370c43 (diff)
downloadaur-265d75228b90003446fef4b35a694ce4ecf14501.tar.gz
added lld to opt depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3f9746255de..a7679bc1c232 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=aflplusplus
pkgver=4.05c
-pkgrel=1
+pkgrel=2
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=('x86_64')
url="https://github.com/AFLplusplus/AFLplusplus"
license=('Apache')
provides=('afl')
conflicts=('afl')
-optdepends=('qemu: use QEMU with afl')
+optdepends=('qemu: use QEMU with afl'
+ 'lld')
source=("https://github.com/AFLplusplus/AFLplusplus/archive/${pkgver}.tar.gz")
sha256sums=('5a2a7e94690771e2d80d2b30a72352e16bcc14f2cfff6d6fc1fd67f0ce2a9d3b')