RuneAudio / RuneOS

ArchLinux optimized distribution for audio playback
145 stars 31 forks source link

php-rune: makepkg fails due to public key issues #10

Open rhoering opened 9 years ago

rhoering commented 9 years ago

Text of the makepkg session:

makepkg ==> Making package: php 5.5.19-2 (Thu Jan 15 22:57:39 CST 2015) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found php-5.5.19.tar.gz -> Found php-5.5.19.tar.gz.asc -> Found logrotate.d.php-fpm -> Found php-fpm.service -> Found php-fpm.tmpfiles ==> Validating source files with sha1sums... php-5.5.19.tar.gz ... Skipped php-5.5.19.tar.gz.asc ... Skipped logrotate.d.php-fpm ... Passed php-fpm.service ... Passed php-fpm.tmpfiles ... Passed ==> Verifying source file signatures with gpg... php-5.5.19.tar.gz ... FAILED (the public key 0BD78B5F97500D450838F95DFE857D9A90D90EC1 is not trusted) ==> ERROR: One or more PGP signatures could not be verified!

rhoering commented 9 years ago

I added the following line to the PKGBUILD.pthreads file just above source:

validpgpkeys=('0BD78B5F97500D450838F95DFE857D9A90D90EC1') # Ronald M. Hoering

And the makepkg completed.

I have the edited file in my temporary git repo.