summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBandie2021-07-31 23:25:11 +0200
committerBandie2021-07-31 23:25:11 +0200
commit017591c562789eb2d721546796052a1bbb5efc03 (patch)
treeea193abbe441906503fceca3fb0092a5e44e59d6
parent5e6508e4e27f94e51b431391c14dcc8eaed2db95 (diff)
downloadaur-grub2-signing-extension.tar.gz
Fix PGP
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1b3e20d7d3a..4dc52e10adb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = grub2-signing-extension
pkgdesc = Scripts for signing and verifying grub2 files for grub2's check_signatures feature.
pkgver = 0.1.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Bandie/grub2-signing-extension
arch = any
license = GPL
@@ -9,6 +9,7 @@ pkgbase = grub2-signing-extension
depends = grub
source = https://github.com/Bandie/grub2-signing-extension/releases/download/0.1.7/grub2-signing-extension-0.1.7.tar.gz
source = https://github.com/Bandie/grub2-signing-extension/releases/download/0.1.7/grub2-signing-extension-0.1.7.tar.gz.asc
+ validpgpkeys = E2D7876915312785DC086BFCC1E133BC65A822DD
sha512sums = 06d8549528d5a75c34e9adc304117abe487badb9aa6bd094ca67b81f054158515f61c7311d26833846ec5f6e28e20fa618902d1aca658749c0a49613db8adf6f
sha512sums = ec6cb911b6a47ed72e92f8e0b5fa56525ff4373d0f86c509b7b64cbb2aeb38bc7fcd8d8ef5a09d734287c699f503833814c3de7b550cc7f28d7acaef0f8b5b2a
diff --git a/PKGBUILD b/PKGBUILD
index a67e9940c094..95a162e85d43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
# Co-Maintainer: Bandie <bandie at chaospott dot de>
pkgname=grub2-signing-extension
pkgver=0.1.7
-pkgrel=1
+pkgrel=2
pkgdesc="Scripts for signing and verifying grub2 files for grub2's check_signatures feature."
arch=('any')
url="https://github.com/Bandie/grub2-signing-extension"
license=('GPL')
depends=('gnupg' 'grub')
+validpgpkeys=('E2D7876915312785DC086BFCC1E133BC65A822DD')
source=(
"https://github.com/Bandie/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"
"https://github.com/Bandie/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc")