summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2023-11-21 16:57:50 +0100
committerbartus2023-11-21 16:57:50 +0100
commit376fcee25624f785573ba4dfae2c678b15bad981 (patch)
tree03d53d777763ff753c6a0fefcdf6cb949769ddeb
parent1d6b051b0d9d22a87adf1e841842f3ead7bf4d94 (diff)
downloadaur-376fcee25624f785573ba4dfae2c678b15bad981.tar.gz
Pop rel, update todos
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25055ff03dbd..e0eacfd238c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = meshlab-git
pkgdesc = System for processing and editing of unstructured 3D models arising in 3D scanning (qt5 version)
pkgver = 2022.02.r224.g4c321e19d
- pkgrel = 1
+ pkgrel = 2
url = https://www.meshlab.net
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f9825691d17b..5f0ede80876f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,6 +4,7 @@
#Todo:
#* add external cmake projects to source array and patch src/externla/*.cmake
+#* use system wide: levmar, libigl, qhull, structyresynth, libe57, u3d, tinygltf
#Configuration:
#Use: makepkg VAR1=0 VAR2=1 to enable(1) disable(0) a feature
@@ -20,7 +21,7 @@ _fragment="#${FRAGMENT:-branch=main}"
_name="meshlab"
pkgname="$_name-git"
pkgver=2022.02.r224.g4c321e19d
-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"