summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMathieu Westphal2022-09-28 19:55:59 +0800
committerMathieu Westphal2022-09-28 19:55:59 +0800
commit1c4504cef28dabb655ce49bbd08c0848439c23e7 (patch)
treee5c604a9a0ca4955628cb2fcff54edf4c9130bff /PKGBUILD
parent13b25b8de7d3f785e1d136046441e98cbc8c078a (diff)
downloadaur-1c4504cef28dabb655ce49bbd08c0848439c23e7.tar.gz
adding missing openmp dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index feee2167eda3..f6a0ccb20a8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ export GIT_LFS_SKIP_SMUDGE=1
_name=f3d
pkgname=$_name-git
pkgver=v1.3.1.r32.gac0274d
-pkgrel=4
+pkgrel=5
pkgdesc='A fast and minimalist 3D viewer'
arch=('x86_64')
url="https://github.com/$_name-app/$_name"
license=('BSD')
depends=('vtk' 'glew' 'pugixml' 'netcdf' 'ospray' 'assimp' 'opencascade' 'alembic' 'jdk-openjdk' 'pybind11' 'fmt')
-makedepends=('git' 'git-lfs' 'cmake' 'help2man')
+makedepends=('git' 'git-lfs' 'cmake' 'help2man' 'openmp')
provides=('f3d')
conflicts=('f3d')
source=("git+https://github.com/$_name-app/$_name.git")