community/flint to 2.8.1-1

This commit is contained in:
Kevin Mihelich 2021-10-01 18:53:55 +00:00
parent c6fd28bda2
commit 00b196dcf7

View file

@ -6,7 +6,7 @@
# - disable LTO via -DIPO_SUPPORTED=FALSE
pkgname=flint
pkgver=2.8.0
pkgver=2.8.1
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=('584235cdc39d779d9920eaef16fe084f3c26ffeeea003a3fff64a20a0f33449e')
sha256sums=('edfdda7a7cb847db4e55e050349259cbc9778589686007fb45602d36ecfb427e')
build() {
cmake -B build -S $pkgname-$pkgver \