9 Sep
2013
9 Sep
'13
2:45 p.m.
On Mon, Sep 09, 2013 at 04:31:29PM +0200, Adrien RAFFIN wrote:
Hi everyone,
I'm currently updating my package ('advcp') and when i use 'makepkg -g' the list of checksums is the following:
md5sums=('065ba41828644eca5dd8163446de5d64' 'SKIP' '5154b45b0e7230e17da802a3db0fd5d5')
How can i get rid of 'SKIP' value and make the original package verified ?
Thank you in advance
What's the real problem here? The value of SKIP is intentional and applied to any source which refers to a VCS resource or gpg signature. In this case, you're running into the latter. There's no point in keeping a checksum for the .sig file since it's merely used as an instrument to further assert the validity of the source tarball. tl;dr: working as intended.