summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2024-01-16 17:08:34 +0100
committerbartus2024-01-16 17:16:18 +0100
commitd2748c03f653b73e0b384dffd7c543e97a56de0f (patch)
tree84b3488b518492e77e9a449a6ed9442b69edf94b
parent4418ba18b85fb2bf8d26e6ddcefd1fd9a0bbba25 (diff)
downloadaur-d2748c03f653b73e0b384dffd7c543e97a56de0f.tar.gz
Drop deprecated submodules
-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: