An open API service indexing awesome lists of open source software.

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

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.