From 45be120254ff60a464805ff19fb12f7b9d133520 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 1 Aug 2025 19:40:59 -0400 Subject: [PATCH] Strip rpm array modifications --- installJRMC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index 058f117..c78653f 100755 --- a/installJRMC +++ b/installJRMC @@ -1028,8 +1028,8 @@ build_pkgbuild() { arch=("$ARCH") url="https://www.jriver.com/" license=("custom") - depends=(${requires_arr[@]}) - optdepends=(${recommends_arr[@]}) + depends=(${requires_arr[@]#* }) + optdepends=(${recommends_arr[@]#* }) source=("$MC_SOURCE") package() {