summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2021-01-10 18:46:20 +0000
committerGreyson Christoforo2021-01-10 18:46:20 +0000
commit9ec8672b4ea1d78bf502538e8e5fa76ca662093c (patch)
tree134e6d7932b74caa4123cf4813cfa9d7108890aa
parent46876ac77583659ed24301b63f936f8340e48d88 (diff)
downloadaur-9ec8672b4ea1d78bf502538e8e5fa76ca662093c.tar.gz
update conflict
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b38f5eddf68..2add764a931a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,6 +25,8 @@ pkgbase = python-ocp-git
makedepends = python-toml
depends = python
depends = opencascade
+ provides = python-ocp
+ conflicts = python-ocp
source = git+https://github.com/CadQuery/OCP.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9d557d7526a6..36607ba45525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,6 +31,8 @@ rapidjson
python-jinja
python-toml
)
+conflicts=(python-ocp)
+provides=(python-ocp)
source=(git+https://github.com/CadQuery/OCP.git)
sha256sums=('SKIP')