summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2021-02-16 04:13:55 +0100
committerChristoph Haag2021-02-16 04:14:08 +0100
commite8df138e5141824e1ccbd8ba4b1c8af7c62d49a1 (patch)
tree26e867c73ce782664a5c5478f538f49e2557ec44
parent60738cad4d8e155f47f68c7a31e07fdc447ec6f1 (diff)
downloadaur-e8df138e5141824e1ccbd8ba4b1c8af7c62d49a1.tar.gz
add libusb dep
-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")