mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/flint to 3.1.2-1
This commit is contained in:
parent
9eab9a8403
commit
d9b2bcbcd0
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = flint
|
||||
pkgdesc = A C library for doing number theory
|
||||
pkgver = 3.1.1
|
||||
pkgver = 3.1.2
|
||||
pkgrel = 1
|
||||
url = http://www.flintlib.org
|
||||
arch = x86_64
|
||||
|
@ -13,7 +13,7 @@ pkgbase = flint
|
|||
depends = mpfr
|
||||
replaces = antic
|
||||
replaces = arb
|
||||
source = https://github.com/flintlib/flint/releases/download/v3.1.1/flint-3.1.1.tar.xz
|
||||
sha256sums = f9bb3e68545b5e8ec5a1b9de128c6b11cbb41160e618ad7bf21057d5f2ea5fd2
|
||||
source = https://github.com/flintlib/flint/releases/download/v3.1.2/flint-3.1.2.tar.xz
|
||||
sha256sums = 57bd9ef6b8376e31d0bca806f1faec01969e3d54fdcb274733ba015aa2b4e061
|
||||
|
||||
pkgname = flint
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# - disable LTO via -DIPO_SUPPORTED=FALSE
|
||||
|
||||
pkgname=flint
|
||||
pkgver=3.1.1
|
||||
pkgver=3.1.2
|
||||
pkgrel=1
|
||||
pkgdesc='A C library for doing number theory'
|
||||
arch=(x86_64)
|
||||
|
@ -21,7 +21,7 @@ makedepends=(cmake
|
|||
replaces=(antic
|
||||
arb)
|
||||
source=(https://github.com/flintlib/flint/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('f9bb3e68545b5e8ec5a1b9de128c6b11cbb41160e618ad7bf21057d5f2ea5fd2')
|
||||
sha256sums=('57bd9ef6b8376e31d0bca806f1faec01969e3d54fdcb274733ba015aa2b4e061')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue