summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a8b85964119..c899edbe0fc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = open3d-git
pkgdesc = A Modern Library for 3D Data Processing
- pkgver = r2485.e5ba382f
+ pkgver = r2539.f3c7158a
pkgrel = 1
url = http://www.open3d.org
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = open3d-git
optdepends = pybind11: System pybind11 support
optdepends = python: Python support
optdepends = jupyter-notebook: Jupyter notebook support
- source = open3d-git::git+https://github.com/IntelVCL/Open3D.git
+ source = open3d-git::git+https://github.com/intel-isl/Open3D.git
source = fix_3rdparty_path.patch
sha256sums = SKIP
sha256sums = 3bf6b79fd075b356a5c2d86a557e0bc6e6df0e84d53c2077d2c6685641838d81
diff --git a/PKGBUILD b/PKGBUILD
index 7b36675f801e..6c57e8001252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=open3d-git
pkgname=( {,python-}open3d-git python-py3d-git )
-pkgver=r2485.e5ba382f
+pkgver=r2539.f3c7158a
pkgrel=1
pkgdesc="A Modern Library for 3D Data Processing"
arch=('x86_64')
@@ -30,7 +30,7 @@ makedepends=(
git
python-setuptools
)
-source=("${pkgbase}::git+https://github.com/IntelVCL/Open3D.git"
+source=("${pkgbase}::git+https://github.com/intel-isl/Open3D.git"
fix_3rdparty_path.patch)
sha256sums=('SKIP'
'3bf6b79fd075b356a5c2d86a557e0bc6e6df0e84d53c2077d2c6685641838d81')