community/flint to 2.6.3-1

This commit is contained in:
Kevin Mihelich 2020-08-27 20:14:12 +00:00
parent 21d8724df2
commit 75bf68a2cf

View file

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