mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/flint to 2.6.3-1
This commit is contained in:
parent
21d8724df2
commit
75bf68a2cf
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue