Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / libkeccak
Commits: 0a0d3d09 by Frederik Schwan at 2024-06-10T22:45:27+02:00 enable signature checking - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -10,8 +10,11 @@ url='https://codeberg.org/maandree/libkeccak' license=('custom:ISC') depends=('glibc') makedepends=('git') -source=("git+https://codeberg.org/maandree/libkeccak#tag=${pkgver}") +source=("git+https://codeberg.org/maandree/libkeccak#tag=${pkgver}?signed") b2sums=('0062309df2d8e75d549c28fac63756ded032e554c2e3a1888ea57dcb2430264ec91d74bcbf654cd03411e67afd96b168bb77dc1dee8136ef796f73f176ad8a1b') +validgpgkeys=( + 'BC61893EC01FDBDEE061BEF67BE0C42240089FE0' # attias Andrée <[email protected]> +) prepare() { cd ${pkgname} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libkeccak/-/commit/0a0d3d09dac77a8c7e9b422b7b496b8b42e17ae4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libkeccak/-/commit/0a0d3d09dac77a8c7e9b422b7b496b8b42e17ae4 You're receiving this email because of your account on gitlab.archlinux.org.
