summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2025-03-05 17:09:57 +0100
committerChristoph Haag2025-03-05 17:09:57 +0100
commit52e8e69c43c60e3f2904fc2f58108f1b0cf254b6 (patch)
treeaf873248dcf1b07a3bfba5632c3fd96edb83f0e6
parent0111fe7f7a64550faf35780d37ad81d480431425 (diff)
downloadaur-52e8e69c43c60e3f2904fc2f58108f1b0cf254b6.tar.gz
update git urls
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 588db73ce198..b7f2d2c0c5a5 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 = 2216.5319743
+ pkgver = 2232.4fb6d88
pkgrel = 1
url = https://github.com/cntools/libsurvive
arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = libsurvive-git
depends = eigen
provides = libsurvive
conflicts = libsurvive
- source = libsurvive::git+https://github.com/cntools/libsurvive.git
- source = cnkalman.git::git+https://github.com/cntools/cnkalman.git
- source = cnmatrix.git::git+https://github.com/cntools/cnmatrix.git
+ source = libsurvive::git+https://github.com/collabora/libsurvive.git
+ source = cnkalman.git::git+https://github.com/collabora/cnkalman.git
+ source = cnmatrix.git::git+https://github.com/collabora/cnmatrix.git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 376c9ebc0a62..1a327cf37cc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
basename=libsurvive
pkgname=$basename-git
-pkgver=2216.5319743
+pkgver=2232.4fb6d88
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,9 +10,9 @@ depends=("hidapi" "xr-hardware" "libpcap" "zlib" "libusb" "eigen") # "lapacke" "
conflicts=($basename)
provides=($basename)
makedepends=("git" "cmake" "ninja")
-source=($basename::"git+https://github.com/cntools/libsurvive.git"
- cnkalman.git::"git+https://github.com/cntools/cnkalman.git"
- cnmatrix.git::"git+https://github.com/cntools/cnmatrix.git")
+source=($basename::"git+https://github.com/collabora/libsurvive.git"
+ cnkalman.git::"git+https://github.com/collabora/cnkalman.git"
+ cnmatrix.git::"git+https://github.com/collabora/cnmatrix.git")
sha256sums=('SKIP'
'SKIP'
'SKIP')