summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b894eed84c67..d9c67ac739e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = meshroom
pkgdesc = Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework.
pkgver = r762.9bd70ed
- pkgrel = 1
+ pkgrel = 2
url = http://alicevision.github.io/
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = meshroom
depends = python
depends = python-psutil
depends = python-pyside2
- source = meshroom::git+https://github.com/alicevision/meshroom.git#branch=develop
+ source = meshroom::git+https://github.com/alicevision/meshroom.git#commit=9bd70ed8ace83c6dde174178e17c5147bb50248f
source = voctree::git+https://gitlab.com/alicevision/trainedVocabularyTreeData.git
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5d27646d85d5..0962e1ea36a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
name=meshroom
-#fragment="#commit=5bea89263bf5f3ed623b8e6e6a5f022a0ed9c1de"
-fragment="#branch=develop"
+fragment="#commit=9bd70ed8ace83c6dde174178e17c5147bb50248f"
+#fragment="#branch=develop"
pkgname=${name}
pkgver=r762.9bd70ed
-pkgrel=1
+pkgrel=2
pkgdesc="Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework."
arch=('i686' 'x86_64')
url="http://alicevision.github.io/"