summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNahouhak2021-01-26 09:27:54 +0100
committerNahouhak2021-01-26 09:27:54 +0100
commit1d7bc7fe4f62ad826223b4a31f163785407e4081 (patch)
tree94bf0a78e1fd0edc0ae26491caa1a699f1287733
parentf878ad391d8d64a469e1dfcba0d01481c61797be (diff)
downloadaur-1d7bc7fe4f62ad826223b4a31f163785407e4081.tar.gz
Add python-behave dependency for bimtester
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d39ec3b43ee..43f6d8f90e48 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.r1652.gf5796eae
+ pkgver = 0.6.0b0.r1736.g92cb138c
pkgrel = 1
url = http://ifcopenshell.org/
arch = x86_64
@@ -26,6 +26,7 @@ pkgbase = ifcopenshell-git
optdepends = python-requests: blender bim addon covetool support
optdepends = python-lark-parser: util, ifccsv, ifcclash support
optdepends = python-odfpy: ifccobie support
+ optdepends = python-behave: python-bimtester
provides = ifcopenshell
provides = blender-plugin-bim
provides = IfcConvert
diff --git a/PKGBUILD b/PKGBUILD
index 665bf7c791a3..685011bfaadc 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=0.6.0b0.r1652.gf5796eae
+pkgver=0.6.0b0.r1736.g92cb138c
pkgrel=1
pkgdesc="Open source IFC library and geometry engine. Provides static libraries, python3 wrapper and blender addon. GIT version."
arch=('x86_64' 'i686')
@@ -17,7 +17,8 @@ optdepends=('python-svgwrite: blender bim addon svg support'
'python-pyparsing: ifcexpressparser support'
'python-requests: blender bim addon covetool support'
'python-lark-parser: util, ifccsv, ifcclash support'
- 'python-odfpy: ifccobie support')
+ 'python-odfpy: ifccobie support'
+ 'python-behave: python-bimtester')
makedepends=('cmake' 'boost>=1.58.0' 'swig')
provides=('ifcopenshell' 'blender-plugin-bim' 'IfcConvert' 'IfcGeomServer' 'python-ifcpatch' 'python-ifcdiff' 'python-bcf' 'python-bimtester' 'python-ifccsv')
conflicts=()