aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac2023-01-25 20:15:12 -0800
committerIsaac2023-01-25 20:15:12 -0800
commitf2340efc26c171ec0bb5c9d3a4efc8cbf33ce5b9 (patch)
treefb485bb68ab5d1ece7999172853de7c56ceac8e9
parent88d3ba047636fcfc94c2c6d5755586a10b8d4b73 (diff)
downloadaur-f2340efc26c171ec0bb5c9d3a4efc8cbf33ce5b9.tar.gz
remove unneeded dep and fix srcinfo
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b064dc1b269..6c5f92e230fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = photonvision-bin
pkgdesc = free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition
- pkgver = v2023.1.2
+ pkgver = v2023.2.1
pkgrel = 1
url = https://photonvision.org/
arch = x86_64
license = GPL3
depends = jre11-openjdk-headless
depends = avahi
- depends = opencv
- noextract = photonvision-bin-v2023.1.2.jar
- source = photonvision-bin-v2023.1.2.jar::https://github.com/PhotonVision/photonvision/releases/download/v2023.1.2/photonvision-v2023.1.2-linuxx64.jar
- sha256sums = 8aa1e236544e53b04bf5883e3ac6b11788d353d1cbb4b4060120109fcce26c05
+ 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
pkgname = photonvision-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6f1c2e5d67a8..8f236747ead9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ 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' 'opencv')
+depends=('jre11-openjdk-headless' 'avahi')
prepare() {
# pulled from https://raw.githubusercontent.com/PhotonVision/photonvision/master/scripts/install.sh