From 748b52e5a025dd7ca450feea88ab9268ece0fbc2 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 18 Feb 2024 00:53:05 +0200 Subject: [PATCH] Added flashrom-pikvm as dep for v4plus --- PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) 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