summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37d99b8a..63b5fc73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -210,6 +210,8 @@ for _variant in "${_variants[@]}"; do
if [[ $_base == v0 ]]; then
depends=(\"\${depends[@]}\" platformio-core avrdude make patch)
+ elif [[ $_base == v4plus ]]; then
+ depends=(\"\${depends[@]}\" flashrom-pikvm)
fi
if [[ $_platform =~ ^.*-hdmiusb$ ]]; then