summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2022-01-10 20:55:45 +0100
committerhaawda2022-01-10 20:55:45 +0100
commit88b7f01e37b15c781360b3407610fd141c891a47 (patch)
tree1b116a08101b47431bb5b091d0ee7a459bd17ca4 /PKGBUILD
parente6e019f733360774d674a05817e03cb32699a22e (diff)
downloadaur-88b7f01e37b15c781360b3407610fd141c891a47.tar.gz
add cmake makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8f9e5a59ade..9d1399fe8917 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,18 @@
pkgname=tetgen
pkgver=1.6.0
-pkgrel=3
+pkgrel=4
pkgdesc='A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator'
arch=('x86_64')
url='http://wias-berlin.de/software/index.jsp?id=TetGen&lang=1'
license=('AGPL3')
-# You must accept the licensing terms before downloading the source archive:
-# http://wias-berlin.de/software/tetgen/download2.jsp
-# Place the downloaded archive in $SRCDEST of your /etc/makepkg.conf
-source=("http://wias-berlin.de/software/tetgen/1.5/src/${pkgname}${pkgver}.tar.gz")
+# You must accept the licensing terms before downloading the source archive:
+# http://wias-berlin.de/software/tetgen/download2.jsp
+# Place the downloaded archive in $SRCDEST of your /etc/makepkg.conf
+source=("http://wias-berlin.de/software/tetgen/1.6/src/${pkgname}${pkgver}.tar.gz")
sha256sums=('87b5e61ebd3a471fc4f2cdd7124c2b11dd6639f4feb1f941a5d2f5110d05ce39')
options=('staticlibs')
+makedepends=('cmake')
build() {
[[ -d build ]] && rm -rf build