You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes makepkg to fail during source validation. Since the source is a Git repository, md5sums=('SKIP') (or b2sums=('SKIP')) should be used instead.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The PKGBUILD currently uses a fixed
md5sumsfor agit+source:source=("git+$url.git#tag=v${pkgver}") md5sums=('...')This causes
makepkgto fail during source validation. Since the source is a Git repository,md5sums=('SKIP')(orb2sums=('SKIP'))should be used instead.All reactions