summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcyril@biminsight.ch2020-04-03 21:46:07 +0200
committercyril@biminsight.ch2020-04-03 21:46:07 +0200
commit5f66b83427f77d78a78675862df6f9a6f94d6752 (patch)
tree829f4832c3d13a4c5490494b460d9ec3292bbb70 /PKGBUILD
parentac4d3474b5f41dd97f10c5bd619dde86853508e3 (diff)
downloadaur-ifcplusplus-git.tar.gz
Add chrpath to makedepends. credits to mickele
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 353e2697afe6..e8f7f21b5fab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ifcplusplus-git
-pkgver=0.r248.g011fd531
+pkgver=0.r278.g938d8523
pkgrel=1
pkgdesc="IFC++ is an open source C++ class model, as well as a reader and writer for IFC files in STEP format."
url="http://www.ifcquery.com/"
@@ -7,7 +7,7 @@ arch=('x86_64')
license=('MIT')
depends=('openscenegraph' 'boost-libs' 'qt5-base')
optdepends=()
-makedepends=('cmake' 'boost')
+makedepends=('cmake' 'boost' 'chrpath')
provides=('IFC++')
conflicts=()
replaces=()