community/flint to 2.9.0-1

This commit is contained in:
David Beauchamp 2022-06-24 13:21:02 -04:00
parent 7882888bc3
commit 219bbb9dac

View file

@ -6,7 +6,7 @@
# - disable LTO via -DIPO_SUPPORTED=FALSE
pkgname=flint
pkgver=2.8.5
pkgver=2.9.0
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=('5911fedff911100f15781f35e3a4fa934fe60e4aea02a8c10cc8918101c1eed8')
sha256sums=('2fc090d51033c93208e6c10d406397a53c983ae5343b958eb25f72a57a4ce76a')
build() {
cmake -B build -S $pkgname-$pkgver \