summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2023-04-19Update AUR package to version 1.0.0.r129.ee7015aNAHO
2022-09-04Update AUR package to version 1.0.0.r90.4f0a5fcNAHO
2022-09-04Update AUR package to version 1.0.0.r88.80f5483NAHO
2022-09-04Update AUR package to version 1.0.0.r87.73e3a1bNAHO
2022-09-04Update AUR package to version 1.0.0.r86.9c4b555NAHO
2022-09-04Update AUR package to version 1.0.0.r85.496352eNAHO
2022-09-04Update AUR package to version 1.0.0.r84.f755ba9NAHO
2022-09-03fix: update version numberNAHO
2022-09-03fix: update version numberNAHO
2022-09-03style(pkgbuild): remove backslashes in arrayNAHO
2022-09-03build: add grep as dependencyNAHO
`grub-theme-vimix-very-dark-blue.install` requires `grep` to run properly.
2022-09-02fix(build): run `grub-mkconfig` with sudoNAHO
2022-09-02feat: 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-02feat: add install script and fix `pkgver()` and update `PKGBUILD`NAHO
2022-09-01fix: reset version to 1.0.0NAHO
2022-09-01build: set version to 1.0.0NAHO
2022-08-31build: update `$pkgver`NAHO
2022-08-31build: update `$pkgver`NAHO
2022-08-31fix(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-31build: update `$pkgver`NAHO
2022-08-31style(pkgbuild): use `$pkgname` for install locationNAHO
Prefer using the `pkgname` variable instead of hard coding the install location.
2022-08-30build: add `.SRCINFO` and `PKGBUIL`NAHO