summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-01-26 14:17:36 +0100
committerhaawda2020-01-26 14:17:36 +0100
commitef97c25f798c96b186132467bde6e31b13d11855 (patch)
treef704810715a7d5ec8be1cb1ddd5e7758d61bd627
parent71fa0c7d03025000e43f0c9e28f61f8a06ac5f9d (diff)
downloadaur-ef97c25f798c96b186132467bde6e31b13d11855.tar.gz
adopted and updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7e1c70961eb..8b2a74164533 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tetgen
pkgdesc = A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = http://wias-berlin.de/software/index.jsp?id=TetGen&lang=1
changelog = tetgen.changelog
arch = x86_64
license = AGPL3
- source = local://tetgen1.5.0.tar.gz
- md5sums = 3b9fd9cdec121e52527b0308f7aad5c1
+ source = local://tetgen1.5.1.tar.gz
+ md5sums = 2ab470d2b3c47b9edae6febe45d7a0e1
pkgname = tetgen
diff --git a/PKGBUILD b/PKGBUILD
index 59054364e87a..59f29b4d9e35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# -*- mode: shell-script -*-
-# Maintainer: Dylon Edwards <deltaecho at archlinux dot us>
+# Contributor: Dylon Edwards <deltaecho at archlinux dot us>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname='tetgen'
-pkgver='1.5.0'
+pkgver='1.5.1'
pkgrel=1
pkgdesc='A Quality Tetrahedral Mesh Generator and a 3D Delaunay Triangulator'
arch=('x86_64')
@@ -13,7 +13,7 @@ changelog="${pkgname}.changelog"
# http://wias-berlin.de/software/tetgen/download2.jsp
# Place the downloaded archive in $SRCDEST of your /etc/makepkg.conf
source=("local://${pkgname}${pkgver}.tar.gz")
-md5sums=('3b9fd9cdec121e52527b0308f7aad5c1')
+md5sums=('2ab470d2b3c47b9edae6febe45d7a0e1')
prepare() {
mkdir -p build