mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 06:25:25 +01:00
add(pgp): set validpgpkeys for maintainer verification
This commit is contained in:
parent
a8480f8070
commit
ba25fe87aa
2 changed files with 2 additions and 0 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
1
PKGBUILD
1
PKGBUILD
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue