summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-08-10 16:53:46 +0200
committerbartus2021-08-10 17:02:40 +0200
commit2b53926339b4fe7a49a93d7fa1b7b8992ae88dd8 (patch)
tree6aec3e87ae6d80f830668c2ecbdfdcaa7027dd2f
parent224d349af659b849feeeae1cd3d4f86bf5fbf53a (diff)
downloadaur-2b53926339b4fe7a49a93d7fa1b7b8992ae88dd8.tar.gz
Add git fragment for dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dc9a87ebd6b..82a7a54a3d46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,8 +26,8 @@ pkgbase = meshroom-git
depends = qt5-svg
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
- source = git+https://github.com/alicevision/qmlAlembic.git
+ source = git+https://github.com/alicevision/QtOIIO.git#branch=develop
+ source = git+https://github.com/alicevision/qmlAlembic.git#branch=develop
source = pyside_property_error.patch
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 42b818ae6b6c..68b8c43e2999 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,8 @@ depends=(alice-vision-git alembic openimageio python python-psutil "${_depends_q
makedepends=(git cmake python-setuptools python-cx_freeze-qfix patchelf)
source=("${name}::git+https://github.com/alicevision/meshroom.git${fragment}"
"voctree::git+https://gitlab.com/alicevision/trainedVocabularyTreeData.git"
- "git+https://github.com/alicevision/QtOIIO.git"
- "git+https://github.com/alicevision/qmlAlembic.git"
+ "git+https://github.com/alicevision/QtOIIO.git#branch=develop"
+ "git+https://github.com/alicevision/qmlAlembic.git#branch=develop"
"pyside_property_error.patch"
)
sha256sums=('SKIP'