summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMathieu Westphal2022-12-18 17:22:12 +0100
committerMathieu Westphal2022-12-18 17:22:12 +0100
commit5f270855ea4bf741f59a772a0a199b9292cf07cb (patch)
tree992335c678494b843bda5d612b07a6e695ff86a5 /PKGBUILD
parent469927008940f470abd3abd0c5ca6eee011fbcde (diff)
downloadaur-5f270855ea4bf741f59a772a0a199b9292cf07cb.tar.gz
Fix draco build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 492cc1f899e0..25420b32a9a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
export GIT_LFS_SKIP_SMUDGE=1
_name=f3d
pkgname=$_name-git
-pkgver=v1.3.1.r106.gc751adb
+pkgver=nightly.r0.g2596b19
pkgrel=1
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' 'python' 'fmt' 'utf8cpp')
+depends=('vtk' 'glew' 'pugixml' 'netcdf' 'ospray' 'assimp' 'opencascade' 'alembic' 'draco' 'jdk-openjdk' 'python' 'fmt' 'utf8cpp' 'draco_static_lib_compat')
makedepends=('git' 'git-lfs' 'cmake' 'help2man' 'openmp' 'pybind11')
provides=('f3d')
conflicts=('f3d')