summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Migliore2021-12-13 17:57:37 +0100
committerMichael Migliore2021-12-13 17:57:37 +0100
commit299f0d3479e7fbda77e3312d28d897a854411ca0 (patch)
tree17dabc8b5209f6d606b232424ba486b1a96f779b
parentba1e191b682142911a90c63e19bb9014eea70988 (diff)
downloadaur-299f0d3479e7fbda77e3312d28d897a854411ca0.tar.gz
Add make dep: help2man
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 732379f91027..4a19d5fae96a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = f3d
pkgdesc = A fast and minimalist 3D viewer
pkgver = 1.2.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/f3d-app/f3d
arch = x86_64
license = BSD
makedepends = cmake
+ makedepends = help2man
depends = vtk
depends = glew
depends = pugixml
diff --git a/PKGBUILD b/PKGBUILD
index a89fc5bfc7c4..8c225b9d3d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=f3d
pkgver=1.2.0
-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')
-makedepends=('cmake')
+makedepends=('cmake' 'help2man')
source=("https://github.com/$pkgname-app/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('7b9ca4830d4452f25467abeab4d2d9e08c955eaa7d44c4373241cecdd5ba6ddf')