summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2022-05-21 14:35:06 +0200
committerbartus2022-05-21 14:37:05 +0200
commit4686531c0f8746c0b8d58f8323a8f0a366d62efe (patch)
tree6c81b44d4cf1bc3ea5dcd3d1a72c969717d255bc
parent095832c92505f146d2c29294887c43e87ef24743 (diff)
downloadaur-4686531c0f8746c0b8d58f8323a8f0a366d62efe.tar.gz
Pop version to 2022.02
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18258a72b60e..436a4706715f 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 = 2021.07
+ pkgver = 2022.02
pkgrel = 1
url = https://www.meshlab.net
arch = i686
@@ -32,8 +32,8 @@ pkgbase = meshlab
optdepends = muparser: for filer_func plugins
optdepends = mpir: for Constructive Solid Geometry operation filters
optdepends = openctm-tools: for compressed triangle mesh file format
- source = meshlab::git+https://github.com/cnr-isti-vclab/meshlab.git#tag=Meshlab-2021.07
- source = vcglib::git+https://github.com/cnr-isti-vclab/vcglib.git#tag=2021.07
+ source = meshlab::git+https://github.com/cnr-isti-vclab/meshlab.git#tag=MeshLab-2022.02
+ source = vcglib::git+https://github.com/cnr-isti-vclab/vcglib.git#tag=2022.02
source = nexus::git+https://github.com/cnr-isti-vclab/nexus.git
source = corto::git+https://github.com/cnr-isti-vclab/corto.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 769713bb33f3..74d44af90bca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#!/hint/bash
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=meshlab
-pkgver=2021.07
+pkgver=2022.02
_pkgver_vcg=${pkgver}
pkgrel=1
pkgdesc="System for processing and editing of unstructured 3D models arising in 3D scanning (qt5 version)"
@@ -17,7 +17,7 @@ optdepends=('u3d: for U3D and IDTF file support'
'mpir: for Constructive Solid Geometry operation filters'
'openctm-tools: for compressed triangle mesh file format')
#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}"
+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=${_pkgver_vcg}"
)
sha256sums=('SKIP'