msys2-keyring: append .exe to gpgconf

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
This commit is contained in:
Christopher Degawa 2024-05-24 18:01:50 -05:00
parent a1f8e04920
commit b7cee0cfa7
No known key found for this signature in database
GPG Key ID: 40BDA1D2A156699E
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
pkgname=msys2-keyring
epoch=1
pkgver=20240410
pkgrel=1
pkgrel=2
pkgdesc='MSYS2 PGP keyring'
arch=('any')
url='https://github.com/msys2/MSYS2-keyring'

View File

@ -2,7 +2,7 @@ post_upgrade() {
if usr/bin/pacman-key -l >/dev/null 2>&1; then
export GNUPGHOME="$(pacman-conf.exe gpgdir)"
usr/bin/pacman-key --populate msys2
usr/bin/gpgconf --kill all
usr/bin/gpgconf.exe --kill all
fi
}