summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-11-17 22:01:02 +0100
committerhaawda2020-11-17 22:01:02 +0100
commit03c1eb38611efd87a8f757043533bc85a849ff35 (patch)
tree98fbe0e46050402978f6c25346aa5d3985fffa67
parentde105f4c2d83d92ac081b5225cbb0ae0f41597d1 (diff)
downloadaur-03c1eb38611efd87a8f757043533bc85a849ff35.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ed7a79a9329..ced7b09f53c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mmg
pkgdesc = Anisotropic tetrahedral remesher and moving mesh generator
- pkgver = 5.5.1
+ pkgver = 5.5.2
pkgrel = 1
url = http://www.mmgtools.org/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = mmg
provides = mmg3d
conflicts = mmg3d
replaces = mmg3d
- source = mmg-5.5.1.tar.gz::https://github.com/MmgTools/mmg/archive/v5.5.1.tar.gz
- sha256sums = eeaad8669e894d0a048704a44de0e6bf54fe402431809b560bd2f634bd180cff
+ source = mmg-5.5.2.tar.gz::https://github.com/MmgTools/mmg/archive/v5.5.2.tar.gz
+ sha256sums = 58e3b866101e6f0686758e16bcf9fb5fb06c85184533fc5054ef1c8adfd4be73
pkgname = mmg
diff --git a/PKGBUILD b/PKGBUILD
index 43f97e296d91..565a79507177 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mmg
-pkgver=5.5.1
+pkgver=5.5.2
pkgrel=1
pkgdesc='Anisotropic tetrahedral remesher and moving mesh generator'
url="http://www.mmgtools.org/"
@@ -13,7 +13,7 @@ provides=('mmg3d')
conflicts=('mmg3d')
replaces=('mmg3d')
source=("$pkgname-$pkgver.tar.gz::https://github.com/MmgTools/mmg/archive/v$pkgver.tar.gz")
-sha256sums=('eeaad8669e894d0a048704a44de0e6bf54fe402431809b560bd2f634bd180cff')
+sha256sums=('58e3b866101e6f0686758e16bcf9fb5fb06c85184533fc5054ef1c8adfd4be73')
build () {
cd $pkgname-$pkgver
@@ -30,6 +30,5 @@ build () {
package() {
cd $pkgname-$pkgver
-
make install
}