summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Haag2022-04-13 02:45:49 +0200
committerChristoph Haag2022-04-13 02:46:28 +0200
commiteea13eb4d4e2b02ec07f14cece17aa2e80abfa03 (patch)
treeb567fd0522cb4a973a40d887a985e3eeb87e5190 /PKGBUILD
parentdf8f9ea99812d09a89f951e30b3bd1cb241c5b70 (diff)
downloadaur-eea13eb4d4e2b02ec07f14cece17aa2e80abfa03.tar.gz
revert problematic commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de345dd559b5..1cc4735432b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
basename=libsurvive
pkgname=$basename-git
-pkgver=2109.30f5b7b
+pkgver=2207.d939c24
pkgrel=1
pkgdesc="Open-Source tool for working with lighthouse-based tracking data, including support for the HTC Vive, Vive Pro and Valve Index."
arch=(x86_64 i686)
@@ -28,6 +28,7 @@ prepare() {
cd $basename
git submodule update --init --recursive
sed "s!cnmatrix/matrix.h!cnmatrix/cn_matrix.h!g" -i tools/vive_mouse/vive_mouse.c
+ git revert --no-commit 84423daf44b430f8ec12e7650f46027070d7df73
}
build() {