summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2020-07-06 11:55:41 +0200
committerChristoph Haag2020-07-06 11:55:41 +0200
commite03269d1ae7fad18e80c3c1e28b8a262a61e7b85 (patch)
treed0215bcf36fc8cffa444aacade2e5509e020124c
parent3da59771ad399f1e66fef75aa6bf084ed1ebc934 (diff)
downloadaur-e03269d1ae7fad18e80c3c1e28b8a262a61e7b85.tar.gz
delete thirdparty/jsoncpp/ in prepare()
this makes it possible to rebuild without cleaning src
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab32eb572d7d..e68e6531a548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=openvr-git
-pkgver=1.11.11.73.ace7060
+pkgver=1.12.5.74.3a010f0
pkgrel=1
pkgdesc="API and runtime that allows access to VR hardware from multiple vendors."
arch=('x86_64')
@@ -43,6 +43,7 @@ pkgver() {
prepare() {
cd "$srcdir/openvr"
+ rm -rf thirdparty/jsoncpp
for i in \
"../0001-openvr_capi-Add-pragma-pack-around-VRControllerState.patch" \
"../0002-samples-cmake-Remove-OpenVR-paths-check.patch" \