Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-19 | Update AUR package to version 1.0.0.r129.ee7015a | NAHO | |
2022-09-04 | Update AUR package to version 1.0.0.r90.4f0a5fc | NAHO | |
2022-09-04 | Update AUR package to version 1.0.0.r88.80f5483 | NAHO | |
2022-09-04 | Update AUR package to version 1.0.0.r87.73e3a1b | NAHO | |
2022-09-04 | Update AUR package to version 1.0.0.r86.9c4b555 | NAHO | |
2022-09-04 | Update AUR package to version 1.0.0.r85.496352e | NAHO | |
2022-09-04 | Update AUR package to version 1.0.0.r84.f755ba9 | NAHO | |
2022-09-03 | fix: update version number | NAHO | |
2022-09-03 | fix: update version number | NAHO | |
2022-09-03 | style(pkgbuild): remove backslashes in array | NAHO | |
2022-09-03 | build: add grep as dependency | NAHO | |
`grub-theme-vimix-very-dark-blue.install` requires `grep` to run properly. | |||
2022-09-02 | fix(build): run `grub-mkconfig` with sudo | NAHO | |
2022-09-02 | feat: add more `optdepends` | NAHO | |
Add `efibootmgr` and `os-prober`. `os-prober` is important if `/etc/default/grub` specifies to probe for other OSes. `grub-theme-vimix-very-dark-blue.install` uses the `grub-mkconfig` tool to generate `/boot/grub/grub.cfg`. | |||
2022-09-02 | feat: add install script and fix `pkgver()` and update `PKGBUILD` | NAHO | |
2022-09-01 | fix: reset version to 1.0.0 | NAHO | |
2022-09-01 | build: set version to 1.0.0 | NAHO | |
2022-08-31 | build: update `$pkgver` | NAHO | |
2022-08-31 | build: update `$pkgver` | NAHO | |
2022-08-31 | fix(pkgbuild): update `pkgver()` | NAHO | |
Use a different method for version numbers: "If there are no tags then use number of revisions since beginning of the history." (https://wiki.archlinux.org/title/VCS_package_guidelines) | |||
2022-08-31 | build: update `$pkgver` | NAHO | |
2022-08-31 | style(pkgbuild): use `$pkgname` for install location | NAHO | |
Prefer using the `pkgname` variable instead of hard coding the install location. | |||
2022-08-30 | build: add `.SRCINFO` and `PKGBUIL` | NAHO | |