revert problematic commit

This commit is contained in:
Christoph Haag 2022-04-13 02:45:49 +02:00
parent df8f9ea998
commit eea13eb4d4
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
pkgbase = libsurvive-git
pkgdesc = Open-Source tool for working with lighthouse-based tracking data, including support for the HTC Vive, Vive Pro and Valve Index.
pkgver = 2023.feca145
pkgver = 2207.d939c24
pkgrel = 1
url = https://github.com/cntools/libsurvive
arch = x86_64

View file

@ -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() {