aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
-rw-r--r--README.md27
3 files changed, 34 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0945e2d3bc1..3ea41c6394f6 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.1.2
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.1.2.jar
+ source = photonvision-bin-v2024.1.2.jar::https://github.com/PhotonVision/photonvision/releases/download/v2024.1.2/photonvision-v2024.1.2-linuxx64.jar
+ sha256sums = ceca40bd1849659ce4216ab21ff28159860273640ec78fcbdabd63deed6712a5
pkgname = photonvision-bin
diff --git a/PKGBUILD b/PKGBUILD
index adb4f35bf3b7..38a3963449f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Isaac Ruben <isaac at rubenfamily dot com>
+# Maintainer: Ian Hartwig <mail at ihartwig dot me>
pkgname='photonvision-bin'
-pkgver="v2023.4.2"
+pkgver="v2024.1.2"
pkgrel=2
pkgdesc="free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition"
arch=("x86_64")
@@ -8,7 +9,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=('ceca40bd1849659ce4216ab21ff28159860273640ec78fcbdabd63deed6712a5')
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!
+