Skip to content

Commit

Permalink
build: Fix AUR gpg key fingerprint
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Jun 24, 2024
1 parent 2ad8261 commit 9496633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/PKGBUILD.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends=('gcc-libs')
makedepends=('cargo'
'git')
source=("git+https://github.com/rash-sh/rash.git#tag=v${pkgver}?signed")
validpgpkeys=('C15CDDF9318F14398300B917C6CB8A1793CA3F94')
validpgpkeys=('CD1DB60B2C8465FD50028EF6D381D73787B45B3E')
sha512sums=('SKIP')

prepare() {
Expand Down

0 comments on commit 9496633

Please sign in to comment.