summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-09-16 08:17:32 +0200
committerbartus2020-09-16 08:17:32 +0200
commit7f4ce3f61aecf2a605d1d7dfafd73bcef9cd104b (patch)
tree568d01021a56461c0a7392c52c08d1691e9e3592
parent531cdf10f8c1e101e3640ab61f574308288a947c (diff)
downloadaur-7f4ce3f61aecf2a605d1d7dfafd73bcef9cd104b.tar.gz
Fix source url, missing fragments.
fix #1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf6a6011eba1..1eacee29b26f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = meshlab
pkgdesc = System for processing and editing of unstructured 3D models arising in 3D scanning (qt5 version)
pkgver = 2020.09
- pkgrel = 1
+ pkgrel = 2
url = https://www.meshlab.net
arch = i686
arch = x86_64
@@ -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
- source = vcglib::git+https://github.com/cnr-isti-vclab/vcglib.git
+ 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
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 687d31897379..43cf37c4c33f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=meshlab
pkgver=2020.09
-pkgrel=1
+pkgrel=2
pkgdesc="System for processing and editing of unstructured 3D models arising in 3D scanning (qt5 version)"
arch=('i686' 'x86_64')
url="https://www.meshlab.net"
@@ -15,8 +15,8 @@ optdepends=('u3d: for U3D and IDTF file support'
'muparser: for filer_func plugins'
'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"
- "vcglib::git+https://github.com/cnr-isti-vclab/vcglib.git"
+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"
)
sha256sums=('SKIP'
'SKIP'