summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2021-11-14 18:29:38 +0100
committerGrey Christoforo2021-11-14 18:29:38 +0100
commit880ae77dc6b0497a0a36dbffdc6cb67e12970918 (patch)
tree8907de1921322d95490f3338ae0e119212d72f59 /PKGBUILD
parentb19355144562d1bd60424928c0aa56db244ae2d8 (diff)
downloadaur-880ae77dc6b0497a0a36dbffdc6cb67e12970918.tar.gz
fix check()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cdd87ba161a9..591c2001f0a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=freecad-git
-pkgver=0.20.0.r1934.g9f2dd4a363
+pkgver=0.20.0.r2110.g414f4d706e
pkgrel=1
epoch=0
pkgdesc='A general purpose 3D CAD modeler - git checkout'
@@ -111,7 +111,7 @@ check() {
cd FreeCAD
unset PATH_TO_FREECAD_LIBDIR
cd build_dir
- bin/FreeCADCmd --console --run-test 0
+ LD_LIBRARY_PATH=lib bin/FreeCADCmd --console --run-test 0
}
package() {