community/flint to 2.8.4-1

This commit is contained in:
David Beauchamp 2021-11-17 16:44:43 -05:00
parent e3c4c32fd9
commit 20520ae79c
1 changed files with 2 additions and 2 deletions

View File

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