There is no need to release this package because when you install it, it builds the current master with cargo build and puts the resulting binary in /usr/bin.
In order to release the version you need access to the AUR-package. Contact @mstruebing or @mgrachev if you need access.
- Clone the repository:
git clone ssh://aur@aur.archlinux.org/dotenv-linter dotenv-linter-bin. - Edit the file
PKGBUILDand update the version number inpkgverand save. - Run
makepkg --printsrcinfo > .SRCINFOto update - Add and commit your changes:
git add . && git commit -m 'release new version' - Push your changes:
git push origin master
If you change how the package builds (i.e. Updating the package-function)
you should also update the pkgrel number by one.