summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Haag2020-05-08 02:10:52 +0200
committerChristoph Haag2020-05-08 02:10:52 +0200
commit941174cf00bdaf698c5d3c28f6bc5da94c73e255 (patch)
tree8d65f97d7a9e205a756ba1eff792e8b796adbcbd /PKGBUILD
parent17491d23ae528b95ea1724df2070c0a4927f1335 (diff)
downloadaur-941174cf00bdaf698c5d3c28f6bc5da94c73e255.tar.gz
add dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")