[aur-general] Problem with checksum verification of coreutils-8.21
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
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.
Ok thank you very much for your really quick answer ! On 09/09/2013 16:45, Dave Reisner wrote:
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.
participants (2)
-
Adrien RAFFIN
-
Dave Reisner