mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/flint to 3.1.1-1
This commit is contained in:
parent
3e77ba4ec8
commit
b7483f3e43
2 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = flint
|
||||
pkgdesc = A C library for doing number theory
|
||||
pkgver = 3.1.0
|
||||
pkgrel = 2
|
||||
pkgver = 3.1.1
|
||||
pkgrel = 1
|
||||
url = http://www.flintlib.org
|
||||
arch = x86_64
|
||||
license = LGPL-3.0-only
|
||||
|
@ -13,7 +13,7 @@ pkgbase = flint
|
|||
depends = mpfr
|
||||
replaces = antic
|
||||
replaces = arb
|
||||
source = http://www.flintlib.org/flint-3.1.0.tar.gz
|
||||
sha256sums = b30df05fa81de49c20d460edccf8c410279d1cf8410f2d425f707b48280a2be2
|
||||
source = https://github.com/flintlib/flint/releases/download/v3.1.1/flint-3.1.1.tar.xz
|
||||
sha256sums = f9bb3e68545b5e8ec5a1b9de128c6b11cbb41160e618ad7bf21057d5f2ea5fd2
|
||||
|
||||
pkgname = flint
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
# - disable LTO via -DIPO_SUPPORTED=FALSE
|
||||
|
||||
pkgname=flint
|
||||
pkgver=3.1.0
|
||||
pkgrel=2
|
||||
pkgver=3.1.1
|
||||
pkgrel=1
|
||||
pkgdesc='A C library for doing number theory'
|
||||
arch=(x86_64)
|
||||
url='http://www.flintlib.org'
|
||||
|
@ -20,8 +20,8 @@ makedepends=(cmake
|
|||
python)
|
||||
replaces=(antic
|
||||
arb)
|
||||
source=(http://www.flintlib.org/flint-$pkgver.tar.gz)
|
||||
sha256sums=('b30df05fa81de49c20d460edccf8c410279d1cf8410f2d425f707b48280a2be2')
|
||||
source=(https://github.com/flintlib/flint/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('f9bb3e68545b5e8ec5a1b9de128c6b11cbb41160e618ad7bf21057d5f2ea5fd2')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue