mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/flint to 2.8.1-1
This commit is contained in:
parent
c6fd28bda2
commit
00b196dcf7
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - disable LTO via -DIPO_SUPPORTED=FALSE
|
||||
|
||||
pkgname=flint
|
||||
pkgver=2.8.0
|
||||
pkgver=2.8.1
|
||||
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=('584235cdc39d779d9920eaef16fe084f3c26ffeeea003a3fff64a20a0f33449e')
|
||||
sha256sums=('edfdda7a7cb847db4e55e050349259cbc9778589686007fb45602d36ecfb427e')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue