summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 691f670a8105..f5204b184607 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = meshroom
pkgdesc = Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework.
- pkgver = 2019.1.0
+ pkgver = 2019.2.0
pkgrel = 1
- url = http://alicevision.github.io/
+ url = https://alicevision.github.io/
arch = i686
arch = x86_64
license = MPL2
@@ -23,7 +23,7 @@ pkgbase = meshroom
depends = qt5-imageformats
depends = qt5-location
depends = qt5-svg
- source = meshroom::git+https://github.com/alicevision/meshroom.git#tag=v2018.1.0
+ source = meshroom::git+https://github.com/alicevision/meshroom.git#tag=v2019.2.0
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 80e5be14c4c3..59c7a3ee331a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
name=meshroom
#fragment="#commit=9bd70ed8ace83c6dde174178e17c5147bb50248f"
-fragment="#tag=v2019.1.0"
+fragment="#tag=v2019.2.0"
pkgname=${name}
-pkgver=2019.1.0
+pkgver=${fragment#\#tag=v}
pkgrel=1
pkgdesc="Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework."
arch=('i686' 'x86_64')
-url="http://alicevision.github.io/"
+url="https://alicevision.github.io/"
license=('MPL2')
groups=()
_depends_qt=(python-pyside2 qt5-quickcontrols{,2} qt5-3d qt5-graphicaleffects qt5-imageformats qt5-location qt5-svg)