summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMathieu Westphal2023-05-14 13:05:34 +0200
committerMathieu Westphal2023-05-14 13:05:34 +0200
commit9232e3a2321a594f725b82a3a8175f48019ff574 (patch)
tree55ffd47acf503c5a36c9e32b6fb4f45c7e93b059 /PKGBUILD
parentd59588315cf58b23d0427d762ebbf53b6760ba80 (diff)
downloadaur-9232e3a2321a594f725b82a3a8175f48019ff574.tar.gz
Remove unneeded dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90568c3c1323..4e581b2e6bbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
export GIT_LFS_SKIP_SMUDGE=1
_name=f3d
pkgname=$_name-git
-pkgver=nightly.r0.gf9a4778c
+pkgver=nightly.r2.gabca2cc5
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')
-makedepends=('git' 'git-lfs' 'cmake' 'help2man' 'openmp' 'pybind11')
+depends=('vtk' 'glew' 'netcdf' 'ospray' 'assimp' 'opencascade' 'alembic' 'draco' 'jdk-openjdk' 'python' 'fmt')
+makedepends=('git' 'git-lfs' 'cmake' 'help2man' 'pybind11')
provides=('f3d')
conflicts=('f3d')
source=("git+https://github.com/$_name-app/$_name.git")