summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2023-02-14 18:32:28 -0800
committerGI_Jack2023-02-14 18:32:28 -0800
commit265d75228b90003446fef4b35a694ce4ecf14501 (patch)
tree3bbc9c9c7d48dd813b82200ddd64daf9e9f84968
parent01b64f302b6ffcc331efd38b052b3683ca370c43 (diff)
downloadaur-265d75228b90003446fef4b35a694ce4ecf14501.tar.gz
added lld to opt depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50ce2758ae4c..19ff0db6609e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo(replacement shim) v8
-# Fri Jan 6 02:11:31 PM PST 2023
+# Tue Feb 14 06:32:24 PM PST 2023
pkgbase = aflplusplus
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!
pkgver = 4.05c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AFLplusplus/AFLplusplus
arch = x86_64
license = Apache
optdepends = qemu: use QEMU with afl
+ optdepends = lld
provides = afl
conflicts = afl
source = https://github.com/AFLplusplus/AFLplusplus/archive/4.05c.tar.gz
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')