From 70f9136664fb62b91c3645c0567ce11308174fa2 Mon Sep 17 00:00:00 2001 From: Israel Alberto RV Date: Sat, 2 Sep 2023 15:04:42 -0600 Subject: [PATCH] Update deploy-to-aur.yml Updated the PGP key in the PKG file for AUR. --- .github/workflows/deploy-to-aur.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-aur.yml b/.github/workflows/deploy-to-aur.yml index ad154d4..66ed7bd 100644 --- a/.github/workflows/deploy-to-aur.yml +++ b/.github/workflows/deploy-to-aur.yml @@ -28,8 +28,8 @@ jobs: ENV_PACKAGE_INFORMATION: '# Maintainer: Israel Roldan |# Contributor: Israel Roldan ' ENV_PACKAGE_LICENSES: 'GPL3' ENV_PACKAGE_NAME: 'battery-discharging' - ENV_PACKAGE_PGPS: '' -# ENV_PACKAGE_PGPS: '| 63ADA633FE7468630D9BC56175530B8B9F74CF3A # PGP: Israel Roldan (airvzxf) , https://github.com/airvzxf.gpg|' + #ENV_PACKAGE_PGPS: '' + ENV_PACKAGE_PGPS: '| 82DE44111B30F91F55BCEB1F414687A3CD7E65B9 # PGP: Israel Roldan (airvzxf) , https://github.com/airvzxf.gpg|' ENV_PACKAGE_RELEASE: '1' ENV_PACKAGE_SOURCES: '' ENV_PACKAGE_SOURCE_GITHUB: 'true'