summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-08-10 16:55:57 +0200
committerbartus2021-08-10 17:02:40 +0200
commit9ed1eb02036348a7ecb86716be8c14732f040c8b (patch)
tree836ccd2a5c18d4e6523a094d0e2c7c08a686056c
parent2b53926339b4fe7a49a93d7fa1b7b8992ae88dd8 (diff)
downloadaur-9ed1eb02036348a7ecb86716be8c14732f040c8b.tar.gz
Add conflicts provides tags
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82a7a54a3d46..5bf235285ae0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,6 +24,8 @@ pkgbase = meshroom-git
depends = qt5-imageformats
depends = qt5-location
depends = qt5-svg
+ provides = meshroom=2021.1.0
+ conflicts = meshroom
source = meshroom::git+https://github.com/alicevision/meshroom.git#branch=develop
source = voctree::git+https://gitlab.com/alicevision/trainedVocabularyTreeData.git
source = git+https://github.com/alicevision/QtOIIO.git#branch=develop
diff --git a/PKGBUILD b/PKGBUILD
index 68b8c43e2999..37cba00479d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,8 @@ arch=('i686' 'x86_64')
url="https://alicevision.github.io/"
license=('MPL2')
_depends_qt=(python-pyside2 qt5-quickcontrols{,2} qt5-3d qt5-graphicaleffects qt5-imageformats qt5-location qt5-svg)
+provides=(${name}=${pkgver%.r*})
+conflicts=(${name})
#_depends_qt+=(qt5-datavis3d qt5-scxml)
depends=(alice-vision-git alembic openimageio python python-psutil "${_depends_qt[@]}")
makedepends=(git cmake python-setuptools python-cx_freeze-qfix patchelf)