summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 189b26c5a44c..43d042bee6c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -54,6 +54,7 @@ pkgname = python-open3d
optdepends = jupyter-notebook: Jupyter notebook support
optdepends = openmp: Multiprocess support
optdepends = pybind11: System pybind11 support
+ provides = python-py3d
conflicts = python-open3d-git
conflicts = python-py3d
conflicts = python-py3d-git
@@ -72,6 +73,7 @@ pkgname = python-py3d
optdepends = jupyter-notebook: Jupyter notebook support
optdepends = openmp: Multiprocess support
optdepends = pybind11: System pybind11 support
+ provides = python-open3d
conflicts = python-py3d-git
conflicts = python-open3d
conflicts = python-open3d-git
diff --git a/PKGBUILD b/PKGBUILD
index d31b03ae3728..1ded19669df8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -94,7 +94,7 @@ function package_python-open3d() {
'openmp: Multiprocess support'
'pybind11: System pybind11 support'
)
- privides=(
+ provides=(
python-py3d
)
conflicts=(
@@ -125,7 +125,7 @@ function package_python-py3d() {
'openmp: Multiprocess support'
'pybind11: System pybind11 support'
)
- privides=(
+ provides=(
python-open3d
)
conflicts=(