summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunYoung Gwak2020-02-12 08:06:01 -0800
committerJunYoung Gwak2020-02-12 08:06:01 -0800
commitea36db7df18898f69040b5077f924c1bedb45371 (patch)
treeb25b4c0123863e4ae579108c77740baf0a067079
parentd1cdfcae0461c34e855531c43b6f3701a0479c35 (diff)
downloadaur-ea36db7df18898f69040b5077f924c1bedb45371.tar.gz
Fix typo.
-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=(