summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-10-28 11:03:23 +0100
committerbartus2020-10-28 11:03:23 +0100
commit5350bcd50b9c0aec44d2c13ee2bd44dca2dbfd86 (patch)
tree020b15a03bc02d7d6d7cdab47ed97cd9fd118611
parentcbab9982af60576e71faed7eaaf30193bf1bb05d (diff)
downloadaur-5350bcd50b9c0aec44d2c13ee2bd44dca2dbfd86.tar.gz
Pop version to 2020.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 080cdc5d721e..cb2ef58b33f8 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 = 2019.2.0
- pkgrel = 2
+ pkgver = 2020.1.1
+ pkgrel = 1
url = https://alicevision.github.io/
arch = i686
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = meshroom
depends = qt5-imageformats
depends = qt5-location
depends = qt5-svg
- source = meshroom::git+https://github.com/alicevision/meshroom.git#tag=v2019.2.0
+ source = meshroom::git+https://github.com/alicevision/meshroom.git#tag=v2020.1.1
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
diff --git a/PKGBUILD b/PKGBUILD
index 0c3e76b414c0..82ffe7d04286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
name=meshroom
#fragment="#commit=9bd70ed8ace83c6dde174178e17c5147bb50248f"
-fragment="#tag=v2019.2.0"
+fragment="#tag=v2020.1.1"
pkgname=${name}
pkgver=${fragment#\#tag=v}
-pkgrel=2
+pkgrel=1
pkgdesc="Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework."
arch=('i686' 'x86_64')
url="https://alicevision.github.io/"