aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 999c05ac2d12e5243fefe4040af4e37a860e705d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Photonvision AUR Package

PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.https://photonvision.org/

# Updating this package

With some commands borrowed from https://madskjeldgaard.dk/posts/aur-package-workflow/

On a test system, clone the AUR so that we can edit it
```
git clone https://aur.archlinux.org/photonvision-bin.git
cd photonvision-bin
```

Make changes and try to install
```
makepkg -si
```

Update package metadata
```
updpkgsums
makepkg --printsrcinfo > .SRCINFO
```

And commit + push the update!