summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Haag2016-03-04 19:15:55 +0100
committerChristoph Haag2016-03-04 19:15:55 +0100
commit683d7ce0af68c795377f13a36a797621f3598373 (patch)
tree1ec9539e1d2af3f59d0ba818f7b7e26df1c1980d /PKGBUILD
parentbd9278f2ac04be95b0fccf9f9a3e7b773269eae9 (diff)
downloadaur-683d7ce0af68c795377f13a36a797621f3598373.tar.gz
header hack not necessary anymore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 934f06d2b818..23abcf806a25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=osvr-steamvr-git
-pkgver=v0.1.r60.gf89a862
+pkgver=v0.1.r84.g124f42a
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)
@@ -25,9 +25,6 @@ prepare() {
mkdir -p "$srcdir/osvr-steamvr-build"
cp "$srcdir/Findjsoncpp.cmake" "$srcdir/osvr-steamvr/cmake"
-
- #Why?
- sed -i 's,"make_unique_impl.h","vendor/libcxx/include/make_unique_impl.h",g' "$srcdir/osvr-steamvr/make_unique.h"
}
build() {