- nvchecker
- nushell
- pacman-contrib: updpkgsums
- aurpublish
First of all, you need to initialize the repository to equip with githooks helping you manage packages:
$ aurpublish setup
Then install nushell plugin nu_plugin_query using nushell:
$ plugin add <path/to/nu_plugin_query>
When you make sure the upstream has upgraded, use update.nu
to update the specified package:
# Check and update
$ ./update.nu <package-in-the-repository>
You can read the help of
update.nu
:$ ./update.nu -h
If the update process works, you can add and commit with automatical:
- compiling
.SRCINFO
, - checking shasum ,
- generating message
provided by aurpublish
.
$ git add <package>
$ git commit -m ''
GNU General Public License v3.0 (GPL-3.0)