From 951ba25aaecfa3a6c3721a2c922b9ecf1bc85780 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 14 May 2021 20:13:12 +0000 Subject: [PATCH] community/fplll to 5.4.1-1 --- community/fplll/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community/fplll/PKGBUILD b/community/fplll/PKGBUILD index 5722a2257..cdcbd1526 100644 --- a/community/fplll/PKGBUILD +++ b/community/fplll/PKGBUILD @@ -4,15 +4,15 @@ # - explicitly link v5/v6 with libatomic pkgname=fplll -pkgver=5.4.0 +pkgver=5.4.1 pkgrel=1 -pkgdesc="Lattice algorithms using floating-point arithmetic" +pkgdesc='Lattice algorithms using floating-point arithmetic' arch=(x86_64) -url="https://github.com/fplll/fplll" +url='https://github.com/fplll/fplll' license=(LGPL) depends=(mpfr qd) -source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('fe192a65a56439b098e26e3b7ee224dda7c2c73a58f36ef2cc6f9185ae8c482b') +source=(https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('7bd887957173aa592091772c1c36f6aa606b3b2ace0d14e2c26c7463dcf2deb7') build() { cd $pkgname-$pkgver