summarylogtreecommitdiffstats
path: root/update.py
AgeCommit message (Collapse)Author
2022-01-14don't update based on manually bumped pkgrelchrisjbillington
2022-01-14Fix build failure when kernel version ends in .0chrisjbillington
2021-11-15Revert "provides linux{,-headers,-docs}"chrisjbillington
This reverts commit 120a0b26f3f405a9f19037b90eb9f3d9ae896649.
2021-11-14provides linux{,-headers,-docs}chrisjbillington
2021-11-01Fix bug where update doesn't work properlychrisjbillington
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-07Check if out of date using local databases onlychrisjbillington
So that checking is faster and doesn't hit the server too often
2021-02-25Don't updpkgsums redundantlychrisjbillington
2021-02-25update script: updpkgsums before checking diffchrisjbillington
2021-02-24Automate syncing metadata with [core] packageschrisjbillington
2021-02-24add pahole dependencychrisjbillington
2020-02-21* Have this package's version match the originalchrisjbillington
* 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-21Fix incorrect commit message in update.pychrisjbillington
2020-02-21Don't bother renaming directories to include "versioned".chrisjbillington
Just conflicts=(linux). Much simpler.
2020-02-20Get rid of eval for package nameschrisjbillington
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.