summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNahouhak2022-06-19 01:13:58 +0200
committerNahouhak2022-06-19 01:13:58 +0200
commit046601d2539f20a758e15f0523b1aab45a76f561 (patch)
treebde62b1314f82ad380acf2cab9b24e59bf45e82a
parent031f5af9eb1bf6870745b61e29a4654e42d3106e (diff)
downloadaur-046601d2539f20a758e15f0523b1aab45a76f561.tar.gz
Update cgal dependancy
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1abb1d8596e..d53d80a19526 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ifcopenshell-git
pkgdesc = Open source IFC library and geometry engine. Provides static libraries, python3 wrapper and blender addon. GIT version.
- pkgver = 220104.r0.g0625e415
+ pkgver = 220609.r19.g7d6ba894
pkgrel = 1
url = http://ifcopenshell.org/
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = ifcopenshell-git
depends = hdf5
depends = libaec
depends = sz
- depends = cgal-headers>=5.3
+ depends = cgal
depends = gmp
depends = mpfr
optdepends = python-svgwrite: blender bim addon svg support
diff --git a/PKGBUILD b/PKGBUILD
index 551d1db289a3..a5fad586677f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Cyril Waechter <cyril[at]biminsight[dot]ch>
# Contributor: mickele <mimocciola[at]yahoo[dot]com>
pkgname=(ifcopenshell-git blender-plugin-bim-git)
-pkgver=220104.r0.g0625e415
+pkgver=220609.r19.g7d6ba894
pkgrel=1
pkgdesc="Open source IFC library and geometry engine. Provides static libraries, python3 wrapper and blender addon. GIT version."
arch=('x86_64' 'i686')
url="http://ifcopenshell.org/"
license=('LGPL3')
-depends=('boost-libs>=1.58.0' 'opencascade' 'icu' 'opencollada' 'python' 'nlohmann-json' 'libxml2' 'hdf5' 'libaec' 'sz' 'cgal-headers>=5.3' 'gmp' 'mpfr')
+depends=('boost-libs>=1.58.0' 'opencascade' 'icu' 'opencollada' 'python' 'nlohmann-json' 'libxml2' 'hdf5' 'libaec' 'sz' 'cgal' 'gmp' 'mpfr')
optdepends=('python-svgwrite: blender bim addon svg support'
'python-occ-core: blender bim addon cut ifc support'
'python-pystache: blender bim addon'