summarylogtreecommitdiffstats
path: root/BUILDING
blob: 5ac007495f8f79c8cd732b2b59b361baf8130bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
To build the package, execute the following commands:

$ https://aur.archlinux.org/mrcode-bin.git
$ cd mrcode-bin
$ makepkg

Wait for the build to complete, then install the package:

$ pacman -U mrcode-bin-${version}-${arch}.pkg.tar.zst

If the package installed correctly, and MrCode runs correctly, update the AUR with the new code:

$ makepkg --printsrcinfo > .SRCINFO
$ git add PKGBUILD .SRCINFO
$ git commit -am "Update mrcode-bin to <version>"
$ git push