summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Migliore2022-12-13 08:10:22 +0100
committerMichael Migliore2022-12-13 08:10:22 +0100
commit0d803aa48ba4ac33680dfd40258592db009e6de1 (patch)
tree895e12c2636947d2f876e83d6676acc156ad118e /PKGBUILD
parent844409b39071a357c9cab7b45f3c3180c0ea4e1c (diff)
downloadaur-0d803aa48ba4ac33680dfd40258592db009e6de1.tar.gz
Add python
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")