summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2017-08-06 12:47:18 +0200
committerChristoph Haag2017-08-06 12:47:18 +0200
commita075cb0540a426305f66f240f9463a93864a618a (patch)
treebcec9cd2956633f58f9803f340507deec3e96a55
parentdc604de23afcee262dac35815ef11813ca7fa29a (diff)
downloadaur-a075cb0540a426305f66f240f9463a93864a618a.tar.gz
PR fix for segfault in hellovr_opengl
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe74a66de1cc..778707a9228c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.0.9.r0.g5d0574b
+ pkgver = 1.0.9.r1.g0fa21ba
pkgrel = 1
url = https://github.com/ValveSoftware/openvr
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ff3926092b7a..9c46b7a00080 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=openvr-git
-pkgver=1.0.9.r0.g5d0574b
+pkgver=1.0.9.r1.g0fa21ba
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')
@@ -26,6 +26,7 @@ pkgver() {
prepare() {
cd "$srcdir/openvr"
+ git pull origin pull/594/head --no-edit
}
build() {