summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMathieu Westphal2022-09-25 17:04:59 +0800
committerMathieu Westphal2022-09-25 17:05:22 +0800
commit2d7a6f057f920d5dbfa8c4394b8170d6d20e7db0 (patch)
tree207f40fb7043506f4febb8981f947955768c6ebf /PKGBUILD
parent85cc902ff19d0c16f50836490c60a41b79749ce1 (diff)
downloadaur-2d7a6f057f920d5dbfa8c4394b8170d6d20e7db0.tar.gz
Adding missing dependency pybind11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc1fecef4fc0..22aec6db4ee0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ export GIT_LFS_SKIP_SMUDGE=1
_name=f3d
pkgname=$_name-git
pkgver=v1.3.1.r32.gac0274d
-pkgrel=2
+pkgrel=3
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')
+depends=('vtk' 'glew' 'pugixml' 'netcdf' 'ospray' 'assimp' 'opencascade' 'alembic' 'jdk-openjdk' 'pybind11')
makedepends=('git' 'git-lfs' 'cmake' 'fmt' 'help2man')
provides=('f3d')
conflicts=('f3d')