fix signing key package

This commit is contained in:
Maximilian Keßler 2022-07-25 20:04:29 +02:00
parent 857e35341c
commit f1062009a5
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ license=('MIT')
groups=(mkessler)
url="https://gitlab.com/kesslermaximilian/arch-pkgs"
source=(https://mkessler-arch.maximilian-kessler.de/signing-key.asc)
source=(https://mkessler-arch.maximilian-kessler.de/signing_key)
b2sums=(b0e1a6bc60f99bdda99dd053ef869a9f3f899ced7a4b23db3718baaee374375ca4013ac3eab2eb3ef6d645083722f9305c484661cd1246f6ec2e3bf62dbf95a4)
package_mkessler-base() {
@ -109,6 +109,5 @@ package_mkessler-signing-key() {
# Install this package after pacman to ensure that its keyring is initialized
depends=(pacman)
install=mkessler-signing-key.install
}

View File

@ -1,4 +1,4 @@
post_install() {
pacman-key --import signing_key.asc
pacman-key --add signing_key
pacman-key --lsign B419CDA93D7544F8214B3216A23D90C2433DAFBC
}