summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyril@biminsight.ch2020-04-11 23:31:51 +0200
committercyril@biminsight.ch2020-04-11 23:31:51 +0200
commit6367b128ab6cc6b9349a2bc23273cac6355b5154 (patch)
treebc8ffd809bda157360dbb0aa86e22b8b49c14e83
parent34372eab4cf9005a68b41f039f12ce5658d7677b (diff)
downloadaur-6367b128ab6cc6b9349a2bc23273cac6355b5154.tar.gz
Fix python path. Credit to skrat.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9ebc979f295..914bd20f8707 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ifcopenshell-git
pkgdesc = Open source IFC library and geometry engine. Provides static libraries, python3 wrapper and blender addon. GIT version.
- pkgver = 0.5.0.preview2.r374.g0ae1c90
- pkgrel = 2
+ pkgver = 0.5.0rc0.r17.g8625aab5
+ pkgrel = 1
url = http://ifcopenshell.org/
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ifcopenshell-git
depends = opencollada
depends = python
provides = ifcopenshell
- provides = ifcblender
+ provides = IfcBlender
provides = IfcConvert
provides = IfcGeomServer
conflicts = ifcopenshell
diff --git a/PKGBUILD b/PKGBUILD
index e0574d25f109..bc3c1f394ae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=ifcopenshell-git
-pkgver=0.5.0.preview2.r374.g0ae1c90
-pkgrel=2
+pkgver=0.5.0rc0.r17.g8625aab5
+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/"
@@ -8,7 +8,7 @@ license=('LGPL3')
depends=('boost-libs>=1.58.0' 'opencascade' 'icu' 'opencollada' 'python')
optdepends=()
makedepends=('cmake' 'boost>=1.58.0' 'swig')
-provides=('ifcopenshell' 'ifcblender' 'IfcConvert' 'IfcGeomServer')
+provides=('ifcopenshell' 'IfcBlender' 'IfcConvert' 'IfcGeomServer')
conflicts=('ifcopenshell')
replaces=()
backup=()
@@ -57,8 +57,8 @@ build() {
-DOPENCOLLADA_LIBRARY_DIR=/usr/lib/opencollada \
-DICU_INCLUDE_DIR=/usr/include/unicode \
-DICU_LIBRARY_DIR=/usr/lib \
- -DPYTHON_INCLUDE_DIR=/usr/include/python${_pythonver:7:3}m \
- -DPYTHON_LIBRARY=/usr/lib64/libpython${_pythonver:7:3}m.so \
+ -DPYTHON_INCLUDE_DIR=/usr/include/python${_pythonver:7:3} \
+ -DPYTHON_LIBRARY=/usr/lib64/libpython${_pythonver:7:3}.so \
-DSWIG_EXECUTABLE=/usr/bin/swig \
../cmake
make