summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2019-08-06 12:27:38 +0200
committerChristoph Haag2019-08-06 12:27:38 +0200
commit312d46199402323b095930a8c3b5352183936858 (patch)
tree4c6e05ab3a70a6368687d66dec17dc4424f6f024
parent9f39d8d50cef4f86c8b7261017d271943c0be9c0 (diff)
downloadaur-312d46199402323b095930a8c3b5352183936858.tar.gz
update and remove the driver sample build because it's broken
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f26b7354a4a4..5bbf869e066f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openvr-git
pkgdesc = API and runtime that allows access to VR hardware from multiple vendors. Contains API and samples. The runtime is under SteamVR in Tools on Steam.
- pkgver = 1.4.18.r0.g02bc73b
- pkgrel = 2
+ pkgver = 1.6.10.r0.gd9cffe2
+ pkgrel = 1
url = https://github.com/ValveSoftware/openvr
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 18813c06629f..24b614e8f94e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=openvr-git
-pkgver=1.4.18.r0.g02bc73b
-pkgrel=2
+pkgver=1.6.10.r0.gd9cffe2
+pkgrel=1
pkgdesc="API and runtime that allows access to VR hardware from multiple vendors. Contains API and samples. The runtime is under SteamVR in Tools on Steam."
arch=('x86_64')
url="https://github.com/ValveSoftware/openvr"
@@ -34,6 +34,8 @@ prepare() {
git apply ../0fa21ba17748efcca1816536e27bdca70141b074.patch #https://github.com/ValveSoftware/openvr/pull/594
git apply ../0001-also-add-pragma-pack-around-VRControllerState_t.patch
git apply ../remove-openvrpaths-check.diff
+
+ sed -i '/driver_sample/d' "$srcdir"/openvr/samples/CMakeLists.txt
}
build() {