summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Westphal2022-09-25 16:44:01 +0800
committerMathieu Westphal2022-09-25 16:44:01 +0800
commita0ef0689c025c8820ca619faf5627514e74ed3d0 (patch)
tree34eabd5d18c3ca85a24ccbcf89b95c4ba8926733
parent9aa4d1a492bc10d27432753334bbdcc1a281aed7 (diff)
downloadaur-a0ef0689c025c8820ca619faf5627514e74ed3d0.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18a92e039de9..1b32d9a1edbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = f3d
pkgdesc = A fast and minimalist 3D viewer
pkgver = 1.3.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/f3d-app/f3d
arch = x86_64
license = BSD
@@ -16,6 +16,7 @@ pkgbase = f3d
depends = assimp
depends = opencascade
depends = alembic
+ depends = pybind11
source = https://github.com/f3d-app/f3d/archive/refs/tags/v1.3.1.tar.gz
sha256sums = 653dc4044e14d0618c1d947a8ee85d2513e100b3fc24bd6e51830131a13e795d
diff --git a/PKGBUILD b/PKGBUILD
index a516d05be64a..8e9bc31ac109 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=f3d
pkgver=1.3.1
-pkgrel=2
+pkgrel=3
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')
+depends=('vtk' 'glew' 'pugixml' 'netcdf' 'ospray' 'assimp' 'opencascade' 'alembic' 'pybind11')
makedepends=('cmake' 'fmt' 'help2man')
source=("https://github.com/$pkgname-app/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('653dc4044e14d0618c1d947a8ee85d2513e100b3fc24bd6e51830131a13e795d')