summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMathieu Westphal2022-09-25 17:08:17 +0800
committerMathieu Westphal2022-09-25 17:08:17 +0800
commit13b25b8de7d3f785e1d136046441e98cbc8c078a (patch)
tree9c6037c7bd632b39ed69f9b6f0e4f2f6be9df2ac /PKGBUILD
parent2d7a6f057f920d5dbfa8c4394b8170d6d20e7db0 (diff)
downloadaur-13b25b8de7d3f785e1d136046441e98cbc8c078a.tar.gz
Moving fmt to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22aec6db4ee0..feee2167eda3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ export GIT_LFS_SKIP_SMUDGE=1
_name=f3d
pkgname=$_name-git
pkgver=v1.3.1.r32.gac0274d
-pkgrel=3
+pkgrel=4
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' 'jdk-openjdk' 'pybind11')
-makedepends=('git' 'git-lfs' 'cmake' 'fmt' 'help2man')
+depends=('vtk' 'glew' 'pugixml' 'netcdf' 'ospray' 'assimp' 'opencascade' 'alembic' 'jdk-openjdk' 'pybind11' 'fmt')
+makedepends=('git' 'git-lfs' 'cmake' 'help2man')
provides=('f3d')
conflicts=('f3d')
source=("git+https://github.com/$_name-app/$_name.git")