Age | Commit message (Collapse) | Author |
|
The "main" branch is now the default upstream branch, so there is no need to
specify it explicitly in the PKGBUILD any more.
|
|
Don't remove "-Werror" from flags like "-Werror=nonnull" because the dangling
"=nonnull" might lead to weird compiler errors or misbehaviour.
|
|
According to vercmp, the stable release 15.5.r0 would be older than its release
candidate 15.5.rc2.r4, so use 15.5rc2.r4 for the release candidate instead as
suggested by man vercmp(8).
|
|
Make.defaults contains the following line:
override DEFAULT_WERRFLAGS = \
-Werror
This was not patched out by the previous sed expression and now leads to GCC
compiler warnings/failures.
|
|
|
|
Add a required dependency and a patch to make it work on Arch.
|
|
The previous shim-git package has been deleted because it referred to an
abandoned project that doesn't compile any more (cf. PRQ#26911,
https://lists.archlinux.org/pipermail/aur-requests/2021-July/056014.html), so
shim-efi-git can now be renamed to shim-git in order to match the naming of the
stable shim package in [community].
|
|
|