* update openvr to 2.5.1-2

This commit is contained in:
Alexander Baldeck 2024-10-04 20:39:56 +02:00
parent 6ed92ba195
commit 3f49ae082b
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
pkgbase = openvr
pkgdesc = API and runtime that allows access to VR hardware from multiple vendors
pkgver = 2.5.1
pkgrel = 1
pkgrel = 2
url = https://github.com/ValveSoftware/openvr
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = BSD-3-Clause
makedepends = cmake
depends = jsoncpp

View File

@ -4,7 +4,7 @@
pkgname=openvr
pkgver=2.5.1
pkgrel=1
pkgrel=2
pkgdesc="API and runtime that allows access to VR hardware from multiple vendors"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/ValveSoftware/openvr"