aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac2023-01-31 12:21:38 -0800
committerIsaac2023-01-31 12:21:38 -0800
commitfa49fecb8b253fe771a3263a5100bb68e049d8c3 (patch)
tree17eb25fe4ad6f2bacaba3b4658c74d77fd360ef7
parentf2340efc26c171ec0bb5c9d3a4efc8cbf33ce5b9 (diff)
downloadaur-fa49fecb8b253fe771a3263a5100bb68e049d8c3.tar.gz
bump to 2023.2.2, add networkmanager dependency
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c5f92e230fc..390a12219447 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = photonvision-bin
pkgdesc = free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition
- pkgver = v2023.2.1
+ pkgver = v2023.2.2
pkgrel = 1
url = https://photonvision.org/
arch = x86_64
license = GPL3
depends = jre11-openjdk-headless
depends = avahi
- noextract = photonvision-bin-v2023.2.1.jar
- source = photonvision-bin-v2023.2.1.jar::https://github.com/PhotonVision/photonvision/releases/download/v2023.2.1/photonvision-v2023.2.1-linuxx64.jar
- sha256sums = 82f8249888e6fc693e4116899511e294a98b9e6dfbf259dabceefb1645ee25f1
+ depends = networkmanager
+ noextract = photonvision-bin-v2023.2.2.jar
+ source = photonvision-bin-v2023.2.2.jar::https://github.com/PhotonVision/photonvision/releases/download/v2023.2.2/photonvision-v2023.2.2-linuxx64.jar
+ sha256sums = 5e86b70ad427bd051cf0bfb0125ab6b44520532e6d6d419b988b17d7b16e2390
pkgname = photonvision-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8f236747ead9..6202c999525d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Isaac Ruben <isaac at rubenfamily dot com>
pkgname='photonvision-bin'
-pkgver="v2023.2.1"
+pkgver="v2023.2.2"
pkgrel=1
pkgdesc="free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition"
arch=("x86_64")
@@ -8,8 +8,8 @@ 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=('82f8249888e6fc693e4116899511e294a98b9e6dfbf259dabceefb1645ee25f1')
-depends=('jre11-openjdk-headless' 'avahi')
+sha256sums=('5e86b70ad427bd051cf0bfb0125ab6b44520532e6d6d419b988b17d7b16e2390')
+depends=('jre11-openjdk-headless' 'avahi' 'networkmanager')
prepare() {
# pulled from https://raw.githubusercontent.com/PhotonVision/photonvision/master/scripts/install.sh