From c1af07276c47f56453bce43be02c8f89797e8b0b Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 25 Apr 2022 20:57:44 +0000 Subject: [PATCH] community/flint to 2.8.5-1 --- community/flint/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/flint/PKGBUILD b/community/flint/PKGBUILD index 17b7c6376..c5fcfd79d 100644 --- a/community/flint/PKGBUILD +++ b/community/flint/PKGBUILD @@ -6,7 +6,7 @@ # - disable LTO via -DIPO_SUPPORTED=FALSE pkgname=flint -pkgver=2.8.4 +pkgver=2.8.5 pkgrel=1 pkgdesc='A C library for doing number theory' arch=(x86_64) @@ -15,7 +15,7 @@ license=(GPL) depends=(mpfr ntl cblas) makedepends=(cmake python) source=(http://www.flintlib.org/flint-$pkgver.tar.gz) -sha256sums=('61df92ea8c8e9dc692d46c71d7f50aaa09a33d4ba08d02a1784730a445e5e4be') +sha256sums=('5911fedff911100f15781f35e3a4fa934fe60e4aea02a8c10cc8918101c1eed8') build() { cmake -B build -S $pkgname-$pkgver \