summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Haag2020-07-17 14:50:51 +0200
committerChristoph Haag2020-07-17 14:50:51 +0200
commit60738cad4d8e155f47f68c7a31e07fdc447ec6f1 (patch)
tree97fb4ffa25510a9280a6ed84306368310f67d5cc /PKGBUILD
parent941174cf00bdaf698c5d3c28f6bc5da94c73e255 (diff)
downloadaur-60738cad4d8e155f47f68c7a31e07fdc447ec6f1.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dffa8a703ee2..a9ecabc580ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
basename=libsurvive
pkgname=$basename-git
-pkgver=1396.0d06d9a
+pkgver=1400.e2a2e50
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)
@@ -10,12 +10,8 @@ depends=("hidapi" "xr-hardware" "libpcap" "lapacke" "cblas" "zlib")
conflicts=($basename)
provides=($basename)
makedepends=("git" "cmake" "ninja")
-source=($basename::"git+https://github.com/cntools/libsurvive.git"
- "0001-add-pkg-config-file.patch"
- "0002-install-redist-headers.patch")
-sha256sums=('SKIP'
- '607becf44993ea872e4777e8127cd8c5ded706f43b6e2f4db77b02cccf463909'
- 'fa18552e1ffa684c51a0cd057070888094d7c38b0841dbb59067a52f06ec6fe3')
+source=($basename::"git+https://github.com/cntools/libsurvive.git")
+sha256sums=('SKIP')
pkgver() {
cd $basename
@@ -26,8 +22,6 @@ pkgver() {
prepare() {
cd $basename
- git apply "$srcdir"/0001-add-pkg-config-file.patch
- git apply "$srcdir"/0002-install-redist-headers.patch
}
build() {