From 808092bfd15b614b98eaef1b3696d2c88aa852fd Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 14 Jan 2023 17:51:25 +0100 Subject: [PATCH] dev --- bin/pkgbuilder | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/pkgbuilder b/bin/pkgbuilder index 2a765e3..8bec1ba 100755 --- a/bin/pkgbuilder +++ b/bin/pkgbuilder @@ -105,6 +105,11 @@ pkgList() { VALUES+=("$(tblCell "${PKGNAME}" 30)") VALUE=$(tblCell "$(readSetting "${PKGDIRNAME}"/settings version)" 24) VALUES+=("${VALUE}") + if [ "$(readSetting "${PKGDIRNAME}"/settings aursshkey '')" == "" ]; then + VALUES+=(" ") + else + VALUES+=(" *") + fi VALUES+=("$(tblCell "$(readSetting "${PKGDIRNAME}"/settings plugin)" 20)") VALUES+=("$(tblCell "$(readSetting "${PKGDIRNAME}"/settings target)" 20)") VALUE=$(tblCell "$(readSetting "${PKGDIRNAME}"/settings lastbuilddate)" 20)