Date: Thursday, January 5, 2023 @ 22:13:47 Author: arojas Revision: 1378405
upgpkg: fplll 5.4.4-1: Update to 5.4.4 Modified: fplll/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-05 22:11:00 UTC (rev 1378404) +++ PKGBUILD 2023-01-05 22:13:47 UTC (rev 1378405) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=fplll -pkgver=5.4.3 +pkgver=5.4.4 pkgrel=1 pkgdesc='Lattice algorithms using floating-point arithmetic' arch=(x86_64) @@ -9,7 +9,7 @@ license=(LGPL) depends=(mpfr qd) source=(https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('43cf1a3e016d94f85ddff2888e62853c510774521a4abdfb5055c90f40e6eba1') +sha256sums=('0fd9d378f04ff886d8864728baf5d90b8b0b82c1e541e92550644fb54f75691d') build() { cd $pkgname-$pkgver
