summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2020-05-08 02:10:52 +0200
committerChristoph Haag2020-05-08 02:10:52 +0200
commit941174cf00bdaf698c5d3c28f6bc5da94c73e255 (patch)
tree8d65f97d7a9e205a756ba1eff792e8b796adbcbd
parent17491d23ae528b95ea1724df2070c0a4927f1335 (diff)
downloadaur-941174cf00bdaf698c5d3c28f6bc5da94c73e255.tar.gz
add dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f17caabdae1..d912c0115e36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,20 @@
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 = 1398.457a0a5
+ pkgver = 1396.0d06d9a
pkgrel = 1
url = https://github.com/cntools/libsurvive
arch = x86_64
arch = i686
license = MIT
+ makedepends = git
makedepends = cmake
makedepends = ninja
depends = hidapi
depends = xr-hardware
+ depends = libpcap
+ depends = lapacke
+ depends = cblas
+ depends = zlib
provides = libsurvive
conflicts = libsurvive
source = libsurvive::git+https://github.com/cntools/libsurvive.git
diff --git a/PKGBUILD b/PKGBUILD
index 8c23620cceea..dffa8a703ee2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgdesc="Open-Source tool for working with lighthouse-based tracking data, inclu
arch=(x86_64 i686)
url="https://github.com/cntools/libsurvive"
license=(MIT)
-depends=("hidapi" "xr-hardware")
+depends=("hidapi" "xr-hardware" "libpcap" "lapacke" "cblas" "zlib")
conflicts=($basename)
provides=($basename)
-makedepends=("cmake" "ninja")
+makedepends=("git" "cmake" "ninja")
source=($basename::"git+https://github.com/cntools/libsurvive.git"
"0001-add-pkg-config-file.patch"
"0002-install-redist-headers.patch")