[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun May 12 14:42:29 UTC 2019
Date: Sunday, May 12, 2019 @ 14:42:29
Author: arojas
Revision: 466546
Update to 2.4.0
Modified:
fflas-ffpack/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-12 14:42:05 UTC (rev 466545)
+++ PKGBUILD 2019-05-12 14:42:29 UTC (rev 466546)
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=fflas-ffpack
-pkgver=2.3.2
+pkgver=2.4.0
pkgrel=1
pkgdesc="A library for dense linear algebra over word-size finite fields"
arch=(x86_64) # pkgconfig file is arch-specific
@@ -9,7 +9,7 @@
license=(LGPL)
depends=(givaro cblas lapack)
source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('c0c7426a983d961d75c61638be9406a74415b429251e5d4295ee1110d1ee0e69')
+sha256sums=('c258907bb5a52c8543cd33024fda70eb4274c15f44cd68eec4ccc218b9155e54')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list