summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunYoung Gwak2020-04-23 08:30:20 -0700
committerJunYoung Gwak2020-04-23 08:30:20 -0700
commit3566e5e8add430f1dcf359b4c930b5d16e52ad4a (patch)
tree1b716cfa2dbb73dba4eb5164a41eb5740713a5e6
parent1a1a5733ff19d4ee8c53b2eb5ea6a24deb61dd05 (diff)
downloadaur-3566e5e8add430f1dcf359b4c930b5d16e52ad4a.tar.gz
Update git source url.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c83bd96f4c1..c7ad62e7509c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = open3d
optdepends = pybind11: System pybind11 support
optdepends = python: Python support
optdepends = jupyter-notebook: Jupyter notebook support
- source = open3d::git+https://github.com/IntelVCL/Open3D.git#tag=v0.9.0
+ source = open3d::git+https://github.com/intel-isl/Open3D.git#tag=v0.9.0
source = fix_3rdparty_path.patch
sha256sums = SKIP
sha256sums = 3bf6b79fd075b356a5c2d86a557e0bc6e6df0e84d53c2077d2c6685641838d81
diff --git a/PKGBUILD b/PKGBUILD
index 3833057e211f..8a8a89918a94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ makedepends=(
git
python-setuptools
)
-source=("${pkgbase}::git+https://github.com/IntelVCL/Open3D.git#tag=v${pkgver}"
+source=("${pkgbase}::git+https://github.com/intel-isl/Open3D.git#tag=v${pkgver}"
fix_3rdparty_path.patch)
sha256sums=('SKIP'
'3bf6b79fd075b356a5c2d86a557e0bc6e6df0e84d53c2077d2c6685641838d81')