summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2019-08-20 14:34:14 +0200
committerbartus2019-08-20 14:34:14 +0200
commite4e1dd648eadad1e39cf7dff2084b9e63048d68f (patch)
treeb47a964b52b456254da1fb68b6350a8c8e23e2ee /PKGBUILD
parentd372c2e58682ae35d077eec06594dc6d00dd76bf (diff)
downloadaur-e4e1dd648eadad1e39cf7dff2084b9e63048d68f.tar.gz
Pop version to 2019.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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)