summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Migliore2022-12-13 08:08:28 +0100
committerMichael Migliore2022-12-13 08:08:28 +0100
commitc051cbf44f7391437288019e5b61ce1ccdc1f3a9 (patch)
treed25d9db5c3c45091b1850c711325783fda78ba7e
parent4296f13aeedda293e793935397a2b4a8dbe23dc7 (diff)
downloadaur-c051cbf44f7391437288019e5b61ce1ccdc1f3a9.tar.gz
Add python
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12700995d6a5..8da026874d5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=f3d
pkgver=1.3.1
-pkgrel=5
+pkgrel=6
pkgdesc='A fast and minimalist 3D viewer'
arch=('x86_64')
url="https://github.com/${pkgname}-app/${pkgname}"
license=('BSD')
-depends=('vtk' 'glew' 'pugixml' 'netcdf' 'ospray' 'assimp' 'opencascade' 'alembic' 'pybind11' 'fmt')
-makedepends=('cmake' 'help2man' 'openmp')
+depends=('vtk' 'glew' 'pugixml' 'netcdf' 'ospray' 'assimp' 'opencascade' 'alembic' 'python' 'fmt')
+makedepends=('cmake' 'help2man' 'openmp' 'pybind11')
source=("https://github.com/$pkgname-app/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('653dc4044e14d0618c1d947a8ee85d2513e100b3fc24bd6e51830131a13e795d')