summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4baf7d0462ba..2ed7a79a9329 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mmg
pkgdesc = Anisotropic tetrahedral remesher and moving mesh generator
- pkgver = 5.5.0
- pkgrel = 2
+ pkgver = 5.5.1
+ pkgrel = 1
url = http://www.mmgtools.org/
arch = i686
arch = x86_64
@@ -11,10 +11,8 @@ pkgbase = mmg
provides = mmg3d
conflicts = mmg3d
replaces = mmg3d
- source = mmg-5.5.0.tar.gz::https://github.com/MmgTools/mmg/archive/v5.5.0.tar.gz
- source = https://github.com/MmgTools/mmg/commit/cbd4418093c549fd7205208f44df13fbfe155fbb.patch
- sha256sums = d9870b6978f0fc3b17410f7e9983768590f377cb3bd0fc9a8f359341ae4e586a
- sha256sums = 7e5d4f7182fd9e768b8cab23af715e17c08af8634be5e70c32f28a2565547fb5
+ source = mmg-5.5.1.tar.gz::https://github.com/MmgTools/mmg/archive/v5.5.1.tar.gz
+ sha256sums = eeaad8669e894d0a048704a44de0e6bf54fe402431809b560bd2f634bd180cff
pkgname = mmg
diff --git a/PKGBUILD b/PKGBUILD
index a07a66c92a63..43f97e296d91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mmg
-pkgver=5.5.0
-pkgrel=2
+pkgver=5.5.1
+pkgrel=1
pkgdesc='Anisotropic tetrahedral remesher and moving mesh generator'
url="http://www.mmgtools.org/"
license=('GPL')
@@ -12,9 +12,8 @@ makedepends=('cmake')
provides=('mmg3d')
conflicts=('mmg3d')
replaces=('mmg3d')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/MmgTools/mmg/archive/v$pkgver.tar.gz" https://github.com/MmgTools/mmg/commit/cbd4418093c549fd7205208f44df13fbfe155fbb.patch)
-sha256sums=('d9870b6978f0fc3b17410f7e9983768590f377cb3bd0fc9a8f359341ae4e586a'
- '7e5d4f7182fd9e768b8cab23af715e17c08af8634be5e70c32f28a2565547fb5')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/MmgTools/mmg/archive/v$pkgver.tar.gz")
+sha256sums=('eeaad8669e894d0a048704a44de0e6bf54fe402431809b560bd2f634bd180cff')
build () {
cd $pkgname-$pkgver