mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/flint to 2.6.2-1
This commit is contained in:
parent
0b88bd22a5
commit
8b6409b703
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - disable LTO via -DIPO_SUPPORTED=FALSE
|
||||
|
||||
pkgname=flint
|
||||
pkgver=2.6.1
|
||||
pkgver=2.6.2
|
||||
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=('0d9dc2f3264e0c1d7c9b30fa058a14a3ac4d4ab01e95674c62966ea5aaafbf99')
|
||||
sha256sums=('5f9b45113c3b50c10564a04e9dd929eb8ad96488b5eb901db5723cd21bbae1da')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue