summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-06-03 13:07:48 +0200
committerhaawda2020-06-03 13:07:48 +0200
commitc685bba51bbc7d4cd68682488989ead06e59dc43 (patch)
treee89862283406a4c77aa930f987f14e85cfb3264f
parent2b817d14a5854f91a5580b9bb8f836bccf7fe1ef (diff)
downloadaur-c685bba51bbc7d4cd68682488989ead06e59dc43.tar.gz
fix typo
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1703a81f81f..0c27e52c06dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mmg
pkgdesc = Anisotropic tetrahedral remesher and moving mesh generator
pkgver = 5.4.3
- pkgrel = 3
+ pkgrel = 4
url = http://www.mmgtools.org/
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = mmg
makedepends = cmake
provides = mmg3d
conflicts = mmg3d
+ replaces = mmg3d
source = mmg-5.4.3.tar.gz::https://github.com/MmgTools/mmg/archive/v5.4.3.tar.gz
source = https://github.com/MmgTools/mmg/commit/cbd4418093c549fd7205208f44df13fbfe155fbb.patch
sha256sums = 73fb63616d87094a1fbd0a721ded7e062c7768844e450df4fa34e50dd9924c41
diff --git a/PKGBUILD b/PKGBUILD
index a55cf66bb909..6d033ef7e993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mmg
pkgver=5.4.3
-pkgrel=3
+pkgrel=4
pkgdesc='Anisotropic tetrahedral remesher and moving mesh generator'
url="http://www.mmgtools.org/"
license=('GPL')
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
makedepends=('cmake')
provides=('mmg3d')
conflicts=('mmg3d')
-repalces=('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=('73fb63616d87094a1fbd0a721ded7e062c7768844e450df4fa34e50dd9924c41'
'7e5d4f7182fd9e768b8cab23af715e17c08af8634be5e70c32f28a2565547fb5')