summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Westphal2022-09-25 17:08:53 +0800
committerMathieu Westphal2022-09-25 17:08:53 +0800
commit6bc54e3e77a607df9c66b0ee161b0384101fd1ab (patch)
tree3b172585929ce72a4e926a0a9ca6852177b3d3ce
parenta0ef0689c025c8820ca619faf5627514e74ed3d0 (diff)
downloadaur-6bc54e3e77a607df9c66b0ee161b0384101fd1ab.tar.gz
Moving fmt to depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b32d9a1edbe..9c9b50e31910 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = f3d
pkgdesc = A fast and minimalist 3D viewer
pkgver = 1.3.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/f3d-app/f3d
arch = x86_64
license = BSD
makedepends = cmake
- makedepends = fmt
makedepends = help2man
depends = vtk
depends = glew
@@ -17,6 +16,7 @@ pkgbase = f3d
depends = opencascade
depends = alembic
depends = pybind11
+ depends = fmt
source = https://github.com/f3d-app/f3d/archive/refs/tags/v1.3.1.tar.gz
sha256sums = 653dc4044e14d0618c1d947a8ee85d2513e100b3fc24bd6e51830131a13e795d
diff --git a/PKGBUILD b/PKGBUILD
index 8e9bc31ac109..4e3fa1477099 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=f3d
pkgver=1.3.1
-pkgrel=3
+pkgrel=4
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' 'pybind11')
-makedepends=('cmake' 'fmt' 'help2man')
+depends=('vtk' 'glew' 'pugixml' 'netcdf' 'ospray' 'assimp' 'opencascade' 'alembic' 'pybind11' 'fmt')
+makedepends=('cmake' 'help2man')
source=("https://github.com/$pkgname-app/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('653dc4044e14d0618c1d947a8ee85d2513e100b3fc24bd6e51830131a13e795d')