summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Westphal2022-09-28 19:55:07 +0800
committerMathieu Westphal2022-09-28 19:55:07 +0800
commit4296f13aeedda293e793935397a2b4a8dbe23dc7 (patch)
tree56fb2ec266874ab5a87dc3057a82991cf28804c7
parent6bc54e3e77a607df9c66b0ee161b0384101fd1ab (diff)
downloadaur-4296f13aeedda293e793935397a2b4a8dbe23dc7.tar.gz
Adding missing openmp build dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c9b50e31910..073f4d8b767d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = f3d
pkgdesc = A fast and minimalist 3D viewer
pkgver = 1.3.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/f3d-app/f3d
arch = x86_64
license = BSD
makedepends = cmake
makedepends = help2man
+ makedepends = openmp
depends = vtk
depends = glew
depends = pugixml
diff --git a/PKGBUILD b/PKGBUILD
index 4e3fa1477099..12700995d6a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=f3d
pkgver=1.3.1
-pkgrel=4
+pkgrel=5
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' 'fmt')
-makedepends=('cmake' 'help2man')
+makedepends=('cmake' 'help2man' 'openmp')
source=("https://github.com/$pkgname-app/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('653dc4044e14d0618c1d947a8ee85d2513e100b3fc24bd6e51830131a13e795d')