Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-14 | don't update based on manually bumped pkgrel | chrisjbillington | |
2022-01-14 | Fix build failure when kernel version ends in .0 | chrisjbillington | |
2021-11-15 | Revert "provides linux{,-headers,-docs}" | chrisjbillington | |
This reverts commit 120a0b26f3f405a9f19037b90eb9f3d9ae896649. | |||
2021-11-14 | provides linux{,-headers,-docs} | chrisjbillington | |
2021-11-01 | Fix bug where update doesn't work properly | chrisjbillington | |
When the package is updated in the repos, but the info not available on archlinux.org. Not sure why this would occur, but it happened with linux-zen today. | |||
2021-03-07 | Check if out of date using local databases only | chrisjbillington | |
So that checking is faster and doesn't hit the server too often | |||
2021-02-25 | Don't updpkgsums redundantly | chrisjbillington | |
2021-02-25 | update script: updpkgsums before checking diff | chrisjbillington | |
2021-02-24 | Automate syncing metadata with [core] packages | chrisjbillington | |
2021-02-24 | add pahole dependency | chrisjbillington | |
2020-02-21 | * Have this package's version match the original | chrisjbillington | |
* Make version in pkg name be in the same format as the package itself * Have the kernel image's name not include 'linux' | |||
2020-02-21 | Fix incorrect commit message in update.py | chrisjbillington | |
2020-02-21 | Don't bother renaming directories to include "versioned". | chrisjbillington | |
Just conflicts=(linux). Much simpler. | |||
2020-02-20 | Get rid of eval for package names | chrisjbillington | |
Instead add a Python script to update the PKGBUILD with new package names. Change grub hook optdepends to grub-mkconfig-hook, as the former seems abandoned. |