summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMathieu Westphal2021-12-17 19:29:18 +0100
committerMathieu Westphal2021-12-17 19:29:18 +0100
commit475a18e1c46581af61a828ca127aa627f05f4836 (patch)
treeb01aeede62662ece3556dd2d9786573437bd068e /PKGBUILD
parentc289e183a8d8984ac05f3c112708dded195545c4 (diff)
downloadaur-475a18e1c46581af61a828ca127aa627f05f4836.tar.gz
Adding missing fmt make dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7767d3cc2e0..285186b9f186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
export GIT_LFS_SKIP_SMUDGE=1
_name=f3d
pkgname=$_name-git
-pkgver=v1.2.0.r0.gaaefc66
-pkgrel=1
+pkgver=v1.2.1.r46.g1567cce
+pkgrel=2
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')
-makedepends=('git' 'git-lfs' 'cmake')
+makedepends=('git' 'git-lfs' 'cmake' 'fmt')
provides=('f3d')
conflicts=('f3d')
source=("git+https://github.com/$_name-app/$_name.git")