summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae1bc76d1f35..2dd7e36088ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = osvr-steamvr-git
pkgdesc = Driver for allowing applications written against SteamVR to work with hardware and software running with the OSVR software framework.
- pkgver = v0.1.r300.gce5ebed
+ pkgver = v0.1.r342.g990f627
pkgrel = 1
url = https://github.com/OSVR/SteamVR-OSVR
install = osvr-steamvr.install
@@ -12,7 +12,7 @@ pkgbase = osvr-steamvr-git
depends = openvr-git
depends = osvr-rendermanager-git
conflicts = osvr-display-git
- source = osvr-steamvr::git+https://github.com/OSVR/SteamVR-OSVR.git#branch=update-v1.0.6
+ source = osvr-steamvr::git+https://github.com/OSVR/SteamVR-OSVR.git
source = Findjsoncpp.cmake
md5sums = SKIP
md5sums = 2dd82e55b6291d32c611dd899d8a8164
diff --git a/PKGBUILD b/PKGBUILD
index 2fbaf974f123..3b612188bee6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=osvr-steamvr-git
-pkgver=v0.1.r300.gce5ebed
+pkgver=v0.1.r342.g990f627
pkgrel=1
pkgdesc="Driver for allowing applications written against SteamVR to work with hardware and software running with the OSVR software framework."
arch=(i686 x86_64)
@@ -9,7 +9,7 @@ install=osvr-steamvr.install
makedepends=('git' 'cmake')
depends=('osvr-core-git' 'openvr-git' 'osvr-rendermanager-git') #TODO: add more deps
conflicts=('osvr-display-git')
-source=("osvr-steamvr::git+https://github.com/OSVR/SteamVR-OSVR.git#branch=update-v1.0.6" #TODO: remove when it is merged
+source=("osvr-steamvr::git+https://github.com/OSVR/SteamVR-OSVR.git"
"Findjsoncpp.cmake")
#options=('!strip')