summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2023-11-21 15:30:14 +0100
committerbartus2023-11-21 15:31:18 +0100
commitba95be484424615265ac18b09334eed53031444d (patch)
tree1eda25d8a08789480b37d5e6339b0676ccb3c30c
parent6bc944dbbe448021ef68ae2917bcb40cb1049dd6 (diff)
downloadaur-ba95be484424615265ac18b09334eed53031444d.tar.gz
Move gcc12 to makedepends array
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2febcc144a01..9041ccb52e12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = meshlab-git
makedepends = lib3ds
makedepends = mpir
makedepends = openctm-tools
+ makedepends = gcc12
depends = bzip2
depends = cgal
depends = glew
@@ -30,7 +31,6 @@ pkgbase = meshlab-git
depends = gmp
depends = mpfr
depends = mesa
- depends = gcc12
optdepends = lib3ds: for Autodesk`s 3D-Studio r3 and r4 .3DS file support
optdepends = levmar: for isoparametrization and mutualcorrs plugins
optdepends = muparser: for filer_func plugins
diff --git a/PKGBUILD b/PKGBUILD
index 6f5b499b3f59..f7233ac91310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,9 +29,9 @@ provides=('meshlab')
license=('GPL2')
depends=(
'bzip2' 'cgal' 'glew' 'glu' 'openssl' 'qt5-base' 'qt5-declarative' 'qt5-script' 'qt5-xmlpatterns' 'xerces-c'
- 'patchelf' 'gmp' 'mpfr' 'mesa' 'gcc12'
+ 'patchelf' 'gmp' 'mpfr' 'mesa'
)
-makedepends=('boost' 'cmake' 'eigen' 'ninja' 'git' 'muparser' 'levmar' 'lib3ds' 'mpir' 'openctm-tools')
+makedepends=('boost' 'cmake' 'eigen' 'ninja' 'git' 'muparser' 'levmar' 'lib3ds' 'mpir' 'openctm-tools' 'gcc12')
optdepends=('lib3ds: for Autodesk`s 3D-Studio r3 and r4 .3DS file support'
'levmar: for isoparametrization and mutualcorrs plugins'
'muparser: for filer_func plugins'