summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eacee29b26f..728c0091008f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meshlab
pkgdesc = System for processing and editing of unstructured 3D models arising in 3D scanning (qt5 version)
- pkgver = 2020.09
+ pkgver = 2020.12
pkgrel = 2
url = https://www.meshlab.net
arch = i686
@@ -27,8 +27,8 @@ pkgbase = meshlab
optdepends = levmar: for isoparametrization and mutualcorrs plugins
optdepends = muparser: for filer_func plugins
optdepends = mpir: for Constructive Solid Geometry operation filters
- source = meshlab::git+https://github.com/cnr-isti-vclab/meshlab.git#tag=Meshlab-2020.09
- source = vcglib::git+https://github.com/cnr-isti-vclab/vcglib.git#tag=v1.0.1
+ source = meshlab::git+https://github.com/cnr-isti-vclab/meshlab.git#tag=Meshlab-2020.12
+ source = vcglib::git+https://github.com/cnr-isti-vclab/vcglib.git#tag=2020.12
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 43cf37c4c33f..b93704416b5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#!/hint/bash
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=meshlab
-pkgver=2020.09
+pkgver=2020.12
pkgrel=2
pkgdesc="System for processing and editing of unstructured 3D models arising in 3D scanning (qt5 version)"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ optdepends=('u3d: for U3D and IDTF file support'
'mpir: for Constructive Solid Geometry operation filters')
#also create openctm(aur) jhead-lib structuresynth-lib to handle last dep
source=("$pkgname::git+https://github.com/cnr-isti-vclab/meshlab.git#tag=Meshlab-${pkgver}"
- "vcglib::git+https://github.com/cnr-isti-vclab/vcglib.git#tag=v1.0.1"
+ "vcglib::git+https://github.com/cnr-isti-vclab/vcglib.git#tag=${pkgver}"
)
sha256sums=('SKIP'
'SKIP'