summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNahouhak2020-11-04 18:55:07 +0100
committerNahouhak2020-11-04 18:55:07 +0100
commitb9f9aca4d71da76a450d7a1275e8c24d65617a9d (patch)
tree61c3ecfa588c6653e4b27db9daaa0dc9e83830df
parent1d280d25d187ed35ed8a5db55b9d3f1d665916c1 (diff)
downloadaur-b9f9aca4d71da76a450d7a1275e8c24d65617a9d.tar.gz
Add libxml2 to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8907c9ae7629..ce12f80af330 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 = 0.6.0b0.r934.gd87ea93e
+ pkgver = 0.6.0b0.r1259.g30afd6c9
pkgrel = 1
url = http://ifcopenshell.org/
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = ifcopenshell-git
depends = opencollada
depends = python
depends = nlohmann-json
+ depends = libxml2
optdepends = python-svgwrite: blender bim addon svg support
optdepends = python-occ-core: blender bim addon cut ifc support
optdepends = python-pystache: blender bim addon
diff --git a/PKGBUILD b/PKGBUILD
index 89d3f4ff26ed..a2cf4b3a678a 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
-pkgver=0.6.0b0.r934.gd87ea93e
+pkgver=0.6.0b0.r1259.g30afd6c9
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')
+depends=('boost-libs>=1.58.0' 'opencascade' 'icu' 'opencollada' 'python' 'nlohmann-json' 'libxml2')
optdepends=('python-svgwrite: blender bim addon svg support'
'python-occ-core: blender bim addon cut ifc support'
'python-pystache: blender bim addon'