mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/flint to 2.8.5-1
This commit is contained in:
parent
70e48dc407
commit
c1af07276c
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - disable LTO via -DIPO_SUPPORTED=FALSE
|
||||
|
||||
pkgname=flint
|
||||
pkgver=2.8.4
|
||||
pkgver=2.8.5
|
||||
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=('61df92ea8c8e9dc692d46c71d7f50aaa09a33d4ba08d02a1784730a445e5e4be')
|
||||
sha256sums=('5911fedff911100f15781f35e3a4fa934fe60e4aea02a8c10cc8918101c1eed8')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue