add(pgp): set validpgpkeys for maintainer verification

This commit is contained in:
Kosa Matyas 2026-01-07 21:43:57 +02:00
parent a8480f8070
commit ba25fe87aa
No known key found for this signature in database
GPG key ID: F2CB939C8AA67892
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ pkgbase = hyprkcs-git
provides = hyprkcs
conflicts = hyprkcs
source = hyprkcs::git+https://github.com/kosa12/hyprKCS.git
validpgpkeys = D2059131FDE2EECC7C90A549F2CB939C8AA67892
sha256sums = SKIP
pkgname = hyprkcs-git

View file

@ -12,6 +12,7 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+$url.git")
sha256sums=('SKIP')
validpgpkeys=('D2059131FDE2EECC7C90A549F2CB939C8AA67892')
pkgver() {
cd "$srcdir/${pkgname%-git}"