summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2020-06-08 15:54:47 +0200
committerbartus2020-06-08 15:57:25 +0200
commitb23b3d8e805051f596d1ded8ab9135f764f3ffca (patch)
treef52616483da9f03aee21c4e5d4c698544c48f4b4 /PKGBUILD
parentfee37a9bf68f64d4a4fc5582a235358bff81969a (diff)
downloadaur-b23b3d8e805051f596d1ded8ab9135f764f3ffca.tar.gz
Revert "Fix gcc10 build."
This reverts commit fee37a9bf68f64d4a4fc5582a235358bff81969a.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78ad703d3954..71fa65db0832 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name="meshlab"
pkgname="$_name-git"
-pkgver=2020.04.r29.gf9b56b498
+pkgver=2020.04.r33.gef9c327cb
pkgrel=1
pkgdesc="System for processing and editing of unstructured 3D models arising in 3D scanning (qt5 version)"
arch=('i686' 'x86_64')
@@ -22,17 +22,15 @@ optdepends=('u3d: for U3D and IDTF file support'
#also create openctm(aur) jhead-lib structuresynth-lib to handle last dep
source=("$_name::git+https://github.com/cnr-isti-vclab/meshlab.git"
"vcglib::git+https://github.com/cnr-isti-vclab/vcglib.git"
- "gcc10.patch"
)
sha256sums=('SKIP'
'SKIP'
- 'b6ed63f6ebea471a518420ae261a7ede6fb49a6c3c4e298a92c4d8af5dd520c6')
+ )
prepare() {
git -C "${srcdir}/${_name}" submodule init
git -C "${srcdir}/${_name}" config submodule.vcglib.url "$srcdir"/vcglib
git -C "${srcdir}/${_name}" submodule update
- git -C "${srcdir}/${_name}" apply -v "$srcdir"/*patch
}
pkgver() {