Fix: change asc suffix to pem
All checks were successful
Build package / build-package (push) Successful in 8s

This commit is contained in:
2025-07-29 02:47:29 +08:00
parent 602ea2cd3f
commit 42ef4cdcdb
3 changed files with 9 additions and 7 deletions

View File

@@ -1,8 +1,9 @@
_keyuid='Yi-Ting Shih Packaging Infrastructure <ytshih@konchin.com>'
_package_changed() {
trust anchor --store /usr/share/hl-base-env/hl-rootca.crt
pacman-key --add /usr/share/hl-base-env/hl-package.asc && \
pacman-key --lsign-key \
'Yi-Ting Shih Packaging Infrastructure <ytshih@konchin.com>'
pacman-key --add /usr/share/hl-base-env/hl-package.pem && \
pacman-key --lsign-key "$_keyuid"
update-ca-trust
}
@@ -17,5 +18,6 @@ post_upgrade() {
pre_remove() {
trust anchor --remove /usr/share/hl-base-env/hl-rootca.crt
pacman-key --delete "$_keyuid"
update-ca-trust
}