summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2016-11-02 15:12:00 +0100
committerChristoph Haag2016-11-02 15:12:00 +0100
commit70a4f479aac188d7f615ec90d979491b15ae3bea (patch)
tree0351e43a9f9799112413bc84e7b04a0f504411d2
parent2c5d212630c3595636e373c4dee107b36f4c9acb (diff)
downloadaur-70a4f479aac188d7f615ec90d979491b15ae3bea.tar.gz
temporarily use update-v1.0.3 branch
doesn't work on linux anyway, but maybe someone wants to play around with it
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 901353858f7e..671170562f49 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.r258.g14d8d8e
+ pkgver = v0.1.r264.g16d5017
pkgrel = 1
url = https://github.com/OSVR/SteamVR-OSVR
install = osvr-steamvr.install
@@ -10,7 +10,7 @@ pkgbase = osvr-steamvr-git
makedepends = cmake
depends = osvr-core-git
depends = openvr-git
- source = osvr-steamvr::git+https://github.com/OSVR/SteamVR-OSVR.git
+ source = osvr-steamvr::git+https://github.com/OSVR/SteamVR-OSVR.git#branch=update-v1.0.3
source = Findjsoncpp.cmake
md5sums = SKIP
md5sums = 2dd82e55b6291d32c611dd899d8a8164
diff --git a/PKGBUILD b/PKGBUILD
index 3a8db88a40e4..46226e1f5bfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=osvr-steamvr-git
-pkgver=v0.1.r258.g14d8d8e
+pkgver=v0.1.r264.g16d5017
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)
@@ -8,7 +8,7 @@ url="https://github.com/OSVR/SteamVR-OSVR"
install=osvr-steamvr.install
makedepends=('git' 'cmake')
depends=('osvr-core-git' 'openvr-git') #TODO: add more deps
-source=("osvr-steamvr::git+https://github.com/OSVR/SteamVR-OSVR.git"
+source=("osvr-steamvr::git+https://github.com/OSVR/SteamVR-OSVR.git#branch=update-v1.0.3" #TODO: remove when it is merged
"Findjsoncpp.cmake")
pkgver() {
@@ -22,7 +22,6 @@ pkgver() {
prepare() {
cd osvr-steamvr
git submodule update --init --recursive
- find . -name CMakeLists.txt -exec sed -i 's/jsoncpp_lib/jsoncpp/g' {} \;
mkdir -p "$srcdir/osvr-steamvr-build"
cp "$srcdir/Findjsoncpp.cmake" "$srcdir/osvr-steamvr/cmake"