summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Migliore2022-12-13 08:10:22 +0100
committerMichael Migliore2022-12-13 08:10:22 +0100
commit0d803aa48ba4ac33680dfd40258592db009e6de1 (patch)
tree895e12c2636947d2f876e83d6676acc156ad118e
parent844409b39071a357c9cab7b45f3c3180c0ea4e1c (diff)
downloadaur-0d803aa48ba4ac33680dfd40258592db009e6de1.tar.gz
Add python
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b5e423c3438..94cf3d29d995 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = f3d-git
makedepends = cmake
makedepends = help2man
makedepends = openmp
+ makedepends = pybind11
depends = vtk
depends = glew
depends = pugixml
@@ -20,7 +21,7 @@ pkgbase = f3d-git
depends = alembic
depends = draco
depends = jdk-openjdk
- depends = pybind11
+ depends = python
depends = fmt
provides = f3d
conflicts = f3d
diff --git a/PKGBUILD b/PKGBUILD
index c418a9b9c7ab..41e36757372b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ 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' 'draco' 'jdk-openjdk' 'pybind11' 'fmt')
-makedepends=('git' 'git-lfs' 'cmake' 'help2man' 'openmp')
+depends=('vtk' 'glew' 'pugixml' 'netcdf' 'ospray' 'assimp' 'opencascade' 'alembic' 'draco' 'jdk-openjdk' 'python' 'fmt')
+makedepends=('git' 'git-lfs' 'cmake' 'help2man' 'openmp' 'pybind11')
provides=('f3d')
conflicts=('f3d')
source=("git+https://github.com/$_name-app/$_name.git")