[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Dec 21 16:52:58 UTC 2017
Date: Thursday, December 21, 2017 @ 16:52:57
Author: arojas
Revision: 275204
Update to 2.3.2
Modified:
fflas-ffpack/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-21 16:41:08 UTC (rev 275203)
+++ PKGBUILD 2017-12-21 16:52:57 UTC (rev 275204)
@@ -2,8 +2,8 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=fflas-ffpack
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.3.2
+pkgrel=1
pkgdesc="A library for dense linear algebra over word-size finite fields"
arch=(x86_64) # pkgconfig file is arch-specific
url="http://linbox-team.github.io/fflas-ffpack/"
@@ -10,7 +10,7 @@
license=(LGPL)
depends=(givaro cblas lapack)
source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('2835b01ff2092d9b8f520d66a38af574e41ab615f80dc202240a36cd78af3867')
+sha256sums=('c0c7426a983d961d75c61638be9406a74415b429251e5d4295ee1110d1ee0e69')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list