You are not logged in.
Hi,
I'm working to automate the publication of the following package: https://aur.archlinux.org/packages/mrcode-git/
When I run the command updpkgsums, I'm getting the error:
==> Retrieving sources...
==> ERROR: Failed to generate new checksums
With the command makepkg --verifysource --allsource:
==> Validating source files with sha256sums...
MrCode ... Skipped
mrcode.desktop ... Passed
But the command makepkg --geninteg, I only get:
==> Retrieving sources...
The resources are:
source=(
"git+${url}"
'mrcode.desktop'
)
sha256sums=(
'SKIP'
'362ef9b395929a66442f60be0e238ac69afbbda07728e4121c352fdea236af92'
)
I'm not sure what I do wrong.
Offline
What are the values in the INTEGRITY_CHECK array in makepkg.conf ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
INTEGRITY_CHECK=(sha256)
Offline
remove "set -e"
Offline
remove "set -e"
Yep! That's the solution. Thanks a lot!
Offline
Please prepend [Solved] to the title (edit first post) .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline