Date: Friday, September 17, 2021 @ 10:57:52 Author: arojas Revision: 1016753
Update source URL Modified: fflas-ffpack/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-17 10:53:47 UTC (rev 1016752) +++ PKGBUILD 2021-09-17 10:57:52 UTC (rev 1016753) @@ -3,12 +3,12 @@ pkgname=fflas-ffpack pkgver=2.4.3 pkgrel=3 -pkgdesc="A library for dense linear algebra over word-size finite fields" +pkgdesc='A library for dense linear algebra over word-size finite fields' arch=(x86_64) # pkgconfig file is arch-specific -url="https://linbox-team.github.io/fflas-ffpack/" +url='https://linbox-team.github.io/fflas-ffpack/' license=(LGPL) depends=(givaro cblas lapack) -source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz") +source=(https://github.com/linbox-team/fflas-ffpack/releases/download/$pkgver/$pkgname-$pkgver.tar.gz) sha256sums=('f372783a17a9899ee9f88d4c9421d80facccb95556146dad7020d07a03791cc9') build() {
