[arch-commits] Commit in gmm/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Oct 3 22:41:17 UTC 2018


    Date: Wednesday, October 3, 2018 @ 22:41:16
  Author: dvzrv
Revision: 389305

upgpkg: gmm 5.3-1

Upgrading to 0.5.3 (fixing download link). Removing unneeded configure modifications.

Modified:
  gmm/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 21:44:20 UTC (rev 389304)
+++ PKGBUILD	2018-10-03 22:41:16 UTC (rev 389305)
@@ -2,19 +2,18 @@
 # Contributor: eolianoe <eolianoe At GoogleMAIL DoT com>
 # Contributor: Feng Wang <wanng.fenng AT gmail DOT com>
 pkgname=gmm
-pkgver=5.2
+pkgver=5.3
 pkgrel=1
 pkgdesc="Generic C++ finite element library"
 arch=('any')
 url="http://getfem.org/"
 license=('LGPL')
-source=("https://download-mirror.savannah.gnu.org/releases/getfem/stable/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('21ef4c11849de24ddfa3ca8673a3206c98dfac77756b0ca81af74a7aa732308560d1965beb2a3976913e4e61ffc2068a336f0db4d9c18c470f645cb79db3ea95')
+source=("https://download.savannah.nongnu.org/releases/getfem/stable/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('5f5bb25268d4357fc103f448c5bb3def49b16f1a03a54495b8c17c347ea3c6cb87435eb943c0fe3e9b46f75fa2ab7942ac63858c9eae01f865e1e4c6e4e7fa0a')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  # fix check functionality
-  sed -i "s/-ftemplate-depth-40/-ftemplate-depth=1024/" configure
+  autoreconf -vfi
 }
 
 build() {



More information about the arch-commits mailing list