summarylogtreecommitdiffstats
path: root/packaging_steps.rst
blob: 88f4207e4154f4550b03af61c8ec2fffc6de12bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
When new version is available do the following:

#. Update the PKGBUILD file
#. run ``updpkgsums``
#. run ``mksrcinfo``
#. run ``makepkg -ci --check``
#. Test the package by installing locally.
#. If everything works, then commit and push


Beta instructions
#. Update the PKGBUILD-beta file
#. run ``updpkgsums PKGBUILD-beta``
#. run ``makepkg --printsrcinfo -p PKGBUILD-beta >| .SRCINFO``
#. run ``makepkg -p PKGBUILD-beta``
#. Test the package by installing locally.
#. If everything works, then commit and push