Skip to content

Fix incorrect LICENSE checksum for AUR #728

Description

@Itz-Agasta

The current AUR package openscreen 1.12.2-1 fails the source validation step because the SHA256 checksum for LICENSE is incorrect.

Running:

paru -S openscreen

results in:

==> Retrieving sources...
  -> Found openscreen-1.12.2.pacman
  -> Found LICENSE
==> Validating source files with sha256sums...
    openscreen-1.12.2.pacman ... Passed
    LICENSE ... FAILED
==> ERROR: One or more files did not pass the validity check!

The current PKGBUILD contains:

sha256sums=('bc30aa0a06b07afb74d3f13601ec4bf1b23a92dbd0f7fa6dd2007ad334c0fd3c' '0b7901acee37b04fc948fa01ac25a9d283f78900a43f0f9062a7759cb6bbaa5b')

The actual SHA256 of the LICENSE downloaded from:

https://github.com/getopenscreen/openscreen/raw/v1.12.2/LICENSE

is:

d8824b8c038eba113227cc707ac22c7a497583ae6115b052729a1d104f692d82

Updating the second checksum to:

d8824b8c038eba113227cc707ac22c7a497583ae6115b052729a1d104f692d82

allows the package to pass source validation......Could you please update the PKGBUILD?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions