Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
openvr


Commits:
ad6b02b7 by Maxime Gauduin at 2024-02-08T19:49:51+01:00
upgpkg: 2.2.3-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,18 @@
+pkgbase = openvr
+       pkgdesc = API and runtime that allows access to VR hardware from 
multiple vendors
+       pkgver = 2.2.3
+       pkgrel = 1
+       url = https://github.com/ValveSoftware/openvr
+       arch = x86_64
+       license = BSD-3-Clause
+       makedepends = cmake
+       depends = jsoncpp
+       depends = libgl
+       source = 
https://github.com/ValveSoftware/openvr/archive/v2.2.3/openvr-2.2.3.tar.gz
+       source = 
openvr-fix-vsprintf_s.patch::https://github.com/ValveSoftware/openvr/pull/594.patch
+       source = 
openvr-use-system-jsoncpp-1.23.7.patch::https://github.com/ValveSoftware/openvr/pull/1716.patch
+       sha256sums = 
4da20c2c33e7488703802eafd7f2e6c92dd0f324e887711e1e11e9b9d3dd3daa
+       sha256sums = 
1d954060f27b16485e398654d6730105abc251d372da03fbba38496db17885ae
+       sha256sums = 
f79c6edf25efa1aac42b60db48d72f4e3c771039c9cd0fc0870fd51f17712229
+
+pkgname = openvr


=====================================
PKGBUILD
=====================================
@@ -2,18 +2,18 @@
 # Contributor: Christoph Haag <christoph.h...@collabora.com>
 
 pkgname=openvr
-pkgver=1.23.8
+pkgver=2.2.3
 pkgrel=1
 pkgdesc="API and runtime that allows access to VR hardware from multiple 
vendors"
 arch=(x86_64)
 url="https://github.com/ValveSoftware/openvr";
-license=(custom)
+license=(BSD-3-Clause)
 depends=(jsoncpp libgl)
 makedepends=(cmake)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
         openvr-fix-vsprintf_s.patch::${url}/pull/594.patch
         openvr-use-system-jsoncpp-1.23.7.patch::${url}/pull/1716.patch)
-sha256sums=('4d3b5322777f130b70bcd92ce4cc865ee7066df48fe7407ff9e64e3cfb78c42a'
+sha256sums=('4da20c2c33e7488703802eafd7f2e6c92dd0f324e887711e1e11e9b9d3dd3daa'
             '1d954060f27b16485e398654d6730105abc251d372da03fbba38496db17885ae'
             'f79c6edf25efa1aac42b60db48d72f4e3c771039c9cd0fc0870fd51f17712229')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openvr/-/commit/ad6b02b71054ac3d8b7b22b7b594afb5123c0e68

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openvr/-/commit/ad6b02b71054ac3d8b7b22b7b594afb5123c0e68
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to