Date: Monday, May 13, 2019 @ 18:18:01 Author: arojas Revision: 467158
Update to 1.6.1 Modified: linbox/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-13 17:51:27 UTC (rev 467157) +++ PKGBUILD 2019-05-13 18:18:01 UTC (rev 467158) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas < [email protected] > pkgname=linbox -pkgver=1.6.0 +pkgver=1.6.1 pkgrel=1 pkgdesc="A template library for exact, high-performance linear algebra computation with dense, sparse, and structured matrices over the integers and over finite fields" arch=(x86_64) @@ -10,7 +10,7 @@ depends=(fflas-ffpack) makedepends=(m4rie flint iml fplll) source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('2024d7dd8779eb1808244f4063e5bdc745a27268db4de29bbef0dff086bca4b6') +sha256sums=('9d9781e472072a57b062c227b3bf2df0dedd9b9708b99f912eb78ad024159d45') build() { cd $pkgname-$pkgver
