mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
pkgbase = flint
|
||||||
pkgdesc = A C library for doing number theory
|
pkgdesc = A C library for doing number theory
|
||||||
pkgver = 3.1.1
|
pkgver = 3.1.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.flintlib.org
|
url = http://www.flintlib.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -13,7 +13,7 @@ pkgbase = flint
|
||||||
depends = mpfr
|
depends = mpfr
|
||||||
replaces = antic
|
replaces = antic
|
||||||
replaces = arb
|
replaces = arb
|
||||||
source = https://github.com/flintlib/flint/releases/download/v3.1.1/flint-3.1.1.tar.xz
|
source = https://github.com/flintlib/flint/releases/download/v3.1.2/flint-3.1.2.tar.xz
|
||||||
sha256sums = f9bb3e68545b5e8ec5a1b9de128c6b11cbb41160e618ad7bf21057d5f2ea5fd2
|
sha256sums = 57bd9ef6b8376e31d0bca806f1faec01969e3d54fdcb274733ba015aa2b4e061
|
||||||
|
|
||||||
pkgname = flint
|
pkgname = flint
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# - disable LTO via -DIPO_SUPPORTED=FALSE
|
# - disable LTO via -DIPO_SUPPORTED=FALSE
|
||||||
|
|
||||||
pkgname=flint
|
pkgname=flint
|
||||||
pkgver=3.1.1
|
pkgver=3.1.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A C library for doing number theory'
|
pkgdesc='A C library for doing number theory'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -21,7 +21,7 @@ makedepends=(cmake
|
||||||
replaces=(antic
|
replaces=(antic
|
||||||
arb)
|
arb)
|
||||||
source=(https://github.com/flintlib/flint/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
|
source=(https://github.com/flintlib/flint/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
|
||||||
sha256sums=('f9bb3e68545b5e8ec5a1b9de128c6b11cbb41160e618ad7bf21057d5f2ea5fd2')
|
sha256sums=('57bd9ef6b8376e31d0bca806f1faec01969e3d54fdcb274733ba015aa2b4e061')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S $pkgname-$pkgver \
|
cmake -B build -S $pkgname-$pkgver \
|
||||||
|
|
Loading…
Reference in a new issue