summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7de35dd94037..03bc1d551716 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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 = 1400.e2a2e50
+ pkgver = 1695.921f772
pkgrel = 1
url = https://github.com/cntools/libsurvive
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = libsurvive-git
depends = lapacke
depends = cblas
depends = zlib
+ depends = libusb
provides = libsurvive
conflicts = libsurvive
source = libsurvive::git+https://github.com/cntools/libsurvive.git
diff --git a/PKGBUILD b/PKGBUILD
index a9ecabc580ab..cee70838b1bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
basename=libsurvive
pkgname=$basename-git
-pkgver=1400.e2a2e50
+pkgver=1695.921f772
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)
url="https://github.com/cntools/libsurvive"
license=(MIT)
-depends=("hidapi" "xr-hardware" "libpcap" "lapacke" "cblas" "zlib")
+depends=("hidapi" "xr-hardware" "libpcap" "lapacke" "cblas" "zlib" "libusb")
conflicts=($basename)
provides=($basename)
makedepends=("git" "cmake" "ninja")