community/flint to 2.6.2-1

This commit is contained in:
Kevin Mihelich 2020-07-31 22:06:15 +00:00
parent 0b88bd22a5
commit 8b6409b703

View file

@ -6,7 +6,7 @@
# - disable LTO via -DIPO_SUPPORTED=FALSE # - disable LTO via -DIPO_SUPPORTED=FALSE
pkgname=flint pkgname=flint
pkgver=2.6.1 pkgver=2.6.2
pkgrel=1 pkgrel=1
pkgdesc="A C library for doing number theory" pkgdesc="A C library for doing number theory"
arch=(x86_64) arch=(x86_64)
@ -15,7 +15,7 @@ license=(GPL)
depends=(mpfr ntl) depends=(mpfr ntl)
makedepends=(cmake python) makedepends=(cmake python)
source=("http://www.flintlib.org/flint-$pkgver.tar.gz") source=("http://www.flintlib.org/flint-$pkgver.tar.gz")
sha256sums=('0d9dc2f3264e0c1d7c9b30fa058a14a3ac4d4ab01e95674c62966ea5aaafbf99') sha256sums=('5f9b45113c3b50c10564a04e9dd929eb8ad96488b5eb901db5723cd21bbae1da')
build() { build() {
cmake -B build -S $pkgname-$pkgver \ cmake -B build -S $pkgname-$pkgver \