community/flint to 2.8.3-1

This commit is contained in:
David Beauchamp 2021-11-03 10:23:08 -04:00
parent 46a1fb0c37
commit b52c9dab8c

View file

@ -6,7 +6,7 @@
# - disable LTO via -DIPO_SUPPORTED=FALSE
pkgname=flint
pkgver=2.8.2
pkgver=2.8.3
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=('4e878577dc1e17b27887272ff1dff1721189b078d36682c5ceb71b34cd1b3484')
sha256sums=('2c3c2dbfb82242c835be44341d893ca69384d4d0b9448a3aac874e16c623cd59')
build() {
cmake -B build -S $pkgname-$pkgver \