aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--README.md27
3 files changed, 35 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0945e2d3bc1..0e3cadb82bde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = photonvision-bin
pkgdesc = free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition
- pkgver = v2023.4.2
+ pkgver = v2024.3.1
pkgrel = 2
url = https://photonvision.org/
install = photonvision-bin.install
@@ -10,8 +10,8 @@ pkgbase = photonvision-bin
depends = avahi
depends = networkmanager
depends = linux-lts
- noextract = photonvision-bin-v2023.4.2.jar
- source = photonvision-bin-v2023.4.2.jar::https://github.com/PhotonVision/photonvision/releases/download/v2023.4.2/photonvision-v2023.4.2-linuxx64.jar
- sha256sums = f2c81bcb7299cf77be2a66c577ab5724d74c2e7da6d0f9962366e99a2c37b280
+ noextract = photonvision-bin-v2024.3.1.jar
+ source = photonvision-bin-v2024.3.1.jar::https://github.com/PhotonVision/photonvision/releases/download/v2024.3.1/photonvision-v2024.3.1-linuxx64.jar
+ sha256sums = b7d76b906140dc8bab66a58093311a38d549929e491cc1050415b9d2bf920faf
pkgname = photonvision-bin
diff --git a/PKGBUILD b/PKGBUILD
index adb4f35bf3b7..8faf06faadc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
# Maintainer: Isaac Ruben <isaac at rubenfamily dot com>
+# Maintainer: Ian Hartwig <mail at ihartwig dot me>
+# Maintainer: baguette <baguettesabot at gmail dot com>
pkgname='photonvision-bin'
-pkgver="v2023.4.2"
+pkgver="v2024.3.1"
pkgrel=2
pkgdesc="free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition"
arch=("x86_64")
@@ -8,7 +10,7 @@ url="https://photonvision.org/"
license=('GPL3')
source=("$pkgname-$pkgver.jar::https://github.com/PhotonVision/photonvision/releases/download/$pkgver/photonvision-$pkgver-linuxx64.jar")
noextract=("$pkgname-$pkgver.jar")
-sha256sums=('f2c81bcb7299cf77be2a66c577ab5724d74c2e7da6d0f9962366e99a2c37b280')
+sha256sums=('b7d76b906140dc8bab66a58093311a38d549929e491cc1050415b9d2bf920faf')
depends=('jre11-openjdk-headless' 'avahi' 'networkmanager' 'linux-lts')
install="photonvision-bin.install"
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..999c05ac2d12
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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!
+