fix signing key package
This commit is contained in:
parent
857e35341c
commit
f1062009a5
2 changed files with 2 additions and 3 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -8,7 +8,7 @@ license=('MIT')
|
||||||
groups=(mkessler)
|
groups=(mkessler)
|
||||||
url="https://gitlab.com/kesslermaximilian/arch-pkgs"
|
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)
|
b2sums=(b0e1a6bc60f99bdda99dd053ef869a9f3f899ced7a4b23db3718baaee374375ca4013ac3eab2eb3ef6d645083722f9305c484661cd1246f6ec2e3bf62dbf95a4)
|
||||||
|
|
||||||
package_mkessler-base() {
|
package_mkessler-base() {
|
||||||
|
@ -109,6 +109,5 @@ package_mkessler-signing-key() {
|
||||||
# Install this package after pacman to ensure that its keyring is initialized
|
# Install this package after pacman to ensure that its keyring is initialized
|
||||||
depends=(pacman)
|
depends=(pacman)
|
||||||
|
|
||||||
|
|
||||||
install=mkessler-signing-key.install
|
install=mkessler-signing-key.install
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
post_install() {
|
post_install() {
|
||||||
pacman-key --import signing_key.asc
|
pacman-key --add signing_key
|
||||||
pacman-key --lsign B419CDA93D7544F8214B3216A23D90C2433DAFBC
|
pacman-key --lsign B419CDA93D7544F8214B3216A23D90C2433DAFBC
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue