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://[email protected]/dotenv-linter dotenv-linter-bin
. - Edit the file
PKGBUILD
and update the version number inpkgver
and save. - Run
makepkg --printsrcinfo > .SRCINFO
to 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.