summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-11-05 14:52:10 +0100
committerhaawda2021-11-05 14:52:10 +0100
commit5764c814acf6c0655ee04d1dc1065b7ec294635a (patch)
tree6e5516cce0ec9f3013916074588a5b59762a2574
parent204e0391464d002024d3178a4ae83d2851ccf56c (diff)
downloadaur-5764c814acf6c0655ee04d1dc1065b7ec294635a.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07186992fd15..37f31c80760f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mmg
pkgdesc = Anisotropic tetrahedral remesher and moving mesh generator
- pkgver = 5.5.2
- pkgrel = 4
+ pkgver = 5.6.0
+ pkgrel = 1
url = http://www.mmgtools.org/
arch = i686
arch = x86_64
@@ -18,9 +18,9 @@ pkgbase = mmg
provides = mmg3d
conflicts = mmg3d
replaces = mmg3d
- source = mmg-5.5.2.tar.gz::https://github.com/MmgTools/mmg/archive/v5.5.2.tar.gz
+ source = mmg-5.6.0.tar.gz::https://github.com/MmgTools/mmg/archive/v5.6.0.tar.gz
source = cmake.patch
- sha256sums = 58e3b866101e6f0686758e16bcf9fb5fb06c85184533fc5054ef1c8adfd4be73
+ sha256sums = bbf9163d65bc6e0f81dd3acc5a51e4a8c47a7fdae849abc26277e01154fe2437
sha256sums = 9716e5a64f577fdb08c25bc5d1eb73ff7bf32607e04719d78b247e4136bbcf15
pkgname = mmg
diff --git a/PKGBUILD b/PKGBUILD
index 20969ec62a1b..c7bb21545798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mmg
-pkgver=5.5.2
-pkgrel=4
+pkgver=5.6.0
+pkgrel=1
pkgdesc='Anisotropic tetrahedral remesher and moving mesh generator'
url="http://www.mmgtools.org/"
license=('GPL')
@@ -14,7 +14,7 @@ conflicts=('mmg3d')
replaces=('mmg3d')
source=("$pkgname-$pkgver.tar.gz::https://github.com/MmgTools/mmg/archive/v$pkgver.tar.gz"
cmake.patch)
-sha256sums=('58e3b866101e6f0686758e16bcf9fb5fb06c85184533fc5054ef1c8adfd4be73'
+sha256sums=('bbf9163d65bc6e0f81dd3acc5a51e4a8c47a7fdae849abc26277e01154fe2437'
'9716e5a64f577fdb08c25bc5d1eb73ff7bf32607e04719d78b247e4136bbcf15')
prepare () {