You are not logged in.
Hey guys!
I've switched today to pacman-4 and I've followed the guide on the wiki. Updates with pacman ([testing,core,extra,community]) are going to work like a charm, but I am not able to install packages from AUR with yaourt. I get everytime the following error message: (e.g. gummi-svn)
'/tmp/yaourt-tmp-john/PKGDEST.GDc/gummi-svn-1238-1-x86_64.pkg.tar.xz': Invalid or corrupted package (PGP signature)
How can I fix this issue? The only workaround which I've found is to edit pacman.conf to SigLevel=Never - But this is annoying ![]()
Cheers!
John
Last edited by newcomer008 (2012-05-14 13:14:45)
Offline
Can you post your pacman.conf?
If you set SigLevel for the repos only e.g.
[community]
SigLevel = PackageRequiredeverything should be working fine.
Offline
Or, you could sign your own key...
Offline
Can you post your pacman.conf?
If you set SigLevel for the repos only e.g.[community] SigLevel = PackageRequiredeverything should be working fine.
Hi karol,
Sure - here you are
:
[testing]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[core]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[extra]
SigLevel = PackageOptional
Include = /etc/pacman.d/mirrorlist
[community-testing]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[community]
SigLevel = PackageOptional
Include = /etc/pacman.d/mirrorlist
Or, you could sign your own key...
Hi Jason,
thanks for the link - I'll give that a try and will be back soon!
I hope that this is working!
Offline
Since you've set SigLevel for each repo, you can set the default SigLevel = Optional TrustedOnly. That should cover packages installed by -U which is how AUR packages are installed. See man pacman.conf for the exciting details.
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
Or, you could sign your own key...
Thanks, this blogpost was the solution for my problem. Now I am able to compile any .PKGBUILD and sign it with my own key! That's awesome! ![]()
@fsckd - I'll keep your solution as 'workaround'
Thank you!
Offline