https://github.com/venhance/aur
Evan tries to figure out how to maintain AUR packages lmao
https://github.com/venhance/aur
Last synced: 3 months ago
JSON representation
Evan tries to figure out how to maintain AUR packages lmao
- Host: GitHub
- URL: https://github.com/venhance/aur
- Owner: vEnhance
- Created: 2024-04-30T22:29:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-04T22:06:14.000Z (10 months ago)
- Last Synced: 2025-10-11T02:07:50.264Z (10 months ago)
- Language: Shell
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Evan's PKGBUILD's
Now maintained with [aurpublish](https://github.com/eli-schwartz/aurpublish).
Still trying to learn the ropes, yell at me when I do things wrong thanks ♥️
## AUR and custom PKGBUILD's
Not all the packages are uploaded to AUR, some are just for my use
(such as `nodejs-dummy-ij`).
But anything with an `.nvchecker.toml` should be on the AUR.
## Notes to self
Make sure `aurpublish` and `pacman-contrib` are installed. Also, if not done
already, use `aurpublish setup` to install the githooks.
How to update:
1. Update `pkgver` and `pkgrel` in `PGKBUILD`.
2. Run `updpkgsums` to update the checksums.
3. Run `makepkg --printsrcinfo > .SRCINFO` to update the `.SRCINFO`.
4. Run `git commit -a`. If done properly, the commit message and info should be
autocompleted from `.git/hooks/prepare-commit-msg` which is symlinked to
`/usr/share/aurpublish/prepare-commit-msg.hook`.
5. Run `aurpublish [package-name]` to push changes onto AUR.