summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 0 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 060e8a8e656a..2ee900438629 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -35,10 +35,6 @@ pkgbase = meshlab
optdepends = openctm-tools: for compressed triangle mesh file format
source = meshlab::git+https://github.com/cnr-isti-vclab/meshlab.git#tag=MeshLab-2023.12
source = vcglib::git+https://github.com/cnr-isti-vclab/vcglib.git#tag=2023.12
- source = nexus::git+https://github.com/cnr-isti-vclab/nexus.git
- source = corto::git+https://github.com/cnr-isti-vclab/corto.git
- sha256sums = SKIP
- sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e205dbe4a47f..6ef32bd10eb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,8 +35,6 @@ source=("$pkgname::git+https://github.com/cnr-isti-vclab/meshlab.git#tag=MeshLab
"vcglib::git+https://github.com/cnr-isti-vclab/vcglib.git#tag=${_pkgver_vcg}"
)
sha256sums=('SKIP'
- 'SKIP'
- 'SKIP'
'SKIP')
prepare() {
@@ -65,15 +63,7 @@ package() {
prepare_submodule() {
git -C "$srcdir/meshlab" config submodule.src/vcglib.url "$srcdir/vcglib"
- git -C "$srcdir/meshlab" config submodule.src/external/nexus.url "$srcdir/nexus"
git -C "$srcdir/meshlab" -c protocol.file.allow=always submodule update --init
- git -C "$srcdir/meshlab/src/external/nexus" config submodule.src/corto.url "$srcdir/corto"
- git -C "$srcdir/meshlab/src/external/nexus" -c protocol.file.allow=always submodule update --init
}
-source+=(
-# "vcglib::git+https://github.com/cnr-isti-vclab/vcglib.git"
- "nexus::git+https://github.com/cnr-isti-vclab/nexus.git"
- "corto::git+https://github.com/cnr-isti-vclab/corto.git"
-)
# vim:set ts=2 sw=2 et: