summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNahouhak2022-11-11 18:00:27 +0100
committerNahouhak2022-11-11 18:00:27 +0100
commit60721d7cd55a2ea89709277db148cd62ef513fb9 (patch)
treea4dc1934469c2c3b682452264440fb946b3dcc97
parent046601d2539f20a758e15f0523b1aab45a76f561 (diff)
downloadaur-60721d7cd55a2ea89709277db148cd62ef513fb9.tar.gz
Add dependency python-xsdata
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d53d80a19526..b9483280c032 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 = 220609.r19.g7d6ba894
+ pkgver = 221111.r6.g9dfd7e03f
pkgrel = 1
url = http://ifcopenshell.org/
arch = x86_64
@@ -38,6 +38,7 @@ pkgbase = ifcopenshell-git
optdepends = python-isodate: blender bim addon
optdepends = python-olca-ipc: blender bim addon life cycle analysis support
optdepends = python-toposort: ifcpatch
+ optdepends = python-xsdata: blender bim addon
provides = ifcopenshell
provides = blender-plugin-bim
provides = IfcConvert
diff --git a/PKGBUILD b/PKGBUILD
index a5fad586677f..57e8a08577a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cyril Waechter <cyril[at]biminsight[dot]ch>
# Contributor: mickele <mimocciola[at]yahoo[dot]com>
pkgname=(ifcopenshell-git blender-plugin-bim-git)
-pkgver=220609.r19.g7d6ba894
+pkgver=221111.r6.g9dfd7e03f
pkgrel=1
pkgdesc="Open source IFC library and geometry engine. Provides static libraries, python3 wrapper and blender addon. GIT version."
arch=('x86_64' 'i686')
@@ -22,7 +22,8 @@ optdepends=('python-svgwrite: blender bim addon svg support'
'python-behave: python-bimtester'
'python-isodate: blender bim addon'
'python-olca-ipc: blender bim addon life cycle analysis support'
- 'python-toposort: ifcpatch')
+ 'python-toposort: ifcpatch'
+ 'python-xsdata: blender bim addon')
makedepends=('cmake' 'boost>=1.58.0' 'swig' 'python-babel')
provides=('ifcopenshell' 'blender-plugin-bim' 'IfcConvert' 'IfcGeomServer' 'python-ifcpatch' 'python-ifcdiff' 'python-bcf' 'python-bimtester' 'python-ifccsv')
conflicts=()