mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/pari to 2.15.5-1
This commit is contained in:
parent
6415de671c
commit
df87650ebc
3 changed files with 48 additions and 5 deletions
32
extra/pari/.SRCINFO
Normal file
32
extra/pari/.SRCINFO
Normal file
|
@ -0,0 +1,32 @@
|
|||
pkgbase = pari
|
||||
pkgdesc = Computer algebra system designed for fast computations in number theory
|
||||
pkgver = 2.15.5
|
||||
pkgrel = 1
|
||||
url = https://pari.math.u-bordeaux.fr/
|
||||
arch = x86_64
|
||||
license = GPL-2.0-or-later
|
||||
checkdepends = pari-elldata
|
||||
checkdepends = pari-galdata
|
||||
checkdepends = pari-seadata
|
||||
checkdepends = pari-galpol
|
||||
makedepends = chrpath
|
||||
makedepends = perl
|
||||
makedepends = texlive-latex
|
||||
depends = gcc-libs
|
||||
depends = glibc
|
||||
depends = gmp
|
||||
depends = libx11
|
||||
depends = readline
|
||||
depends = sh
|
||||
optdepends = perl: gphelp, tex2mail
|
||||
optdepends = pari-elldata: J. Cremona elliptic curve database
|
||||
optdepends = pari-galdata: to compute Galois groups in degrees 8 through 11
|
||||
optdepends = pari-seadata: needed by ellap for large primes
|
||||
optdepends = pari-galpol: GALPOL database of polynomials defining Galois extensions of the rationals
|
||||
source = https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.15.5.tar.gz
|
||||
source = https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.15.5.tar.gz.asc
|
||||
validpgpkeys = 42028EA404A2E9D80AC453148F0E7C2B4522E387
|
||||
sha256sums = 0efdda7515d9d954f63324c34b34c560e60f73a81c3924a71260a2cc91d5f981
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = pari
|
4
extra/pari/.nvchecker.toml
Normal file
4
extra/pari/.nvchecker.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[pari]
|
||||
source = 'regex'
|
||||
url = 'https://pari.math.u-bordeaux.fr/pub/pari/unix/'
|
||||
regex = 'pari-([\d.]+)\.[a-z]'
|
|
@ -5,14 +5,21 @@
|
|||
# - generalize cd Olinux-* for install-bin-sta
|
||||
|
||||
pkgname=pari
|
||||
pkgver=2.15.4
|
||||
pkgver=2.15.5
|
||||
pkgrel=1
|
||||
pkgdesc='Computer algebra system designed for fast computations in number theory'
|
||||
url='https://pari.math.u-bordeaux.fr/'
|
||||
license=(GPL)
|
||||
license=(GPL-2.0-or-later)
|
||||
arch=(x86_64)
|
||||
depends=(gmp libx11)
|
||||
makedepends=(perl texlive-latex chrpath)
|
||||
depends=(gcc-libs
|
||||
glibc
|
||||
gmp
|
||||
libx11
|
||||
readline
|
||||
sh)
|
||||
makedepends=(chrpath
|
||||
perl
|
||||
texlive-latex)
|
||||
optdepends=('perl: gphelp, tex2mail'
|
||||
'pari-elldata: J. Cremona elliptic curve database'
|
||||
'pari-galdata: to compute Galois groups in degrees 8 through 11'
|
||||
|
@ -20,7 +27,7 @@ optdepends=('perl: gphelp, tex2mail'
|
|||
'pari-galpol: GALPOL database of polynomials defining Galois extensions of the rationals')
|
||||
checkdepends=(pari-elldata pari-galdata pari-seadata pari-galpol)
|
||||
source=(https://pari.math.u-bordeaux.fr/pub/pari/unix/$pkgname-$pkgver.tar.gz{,.asc})
|
||||
sha256sums=('c3545bfee0c6dfb40b77fb4bbabaf999d82e60069b9f6d28bcb6cf004c8c5c0f'
|
||||
sha256sums=('0efdda7515d9d954f63324c34b34c560e60f73a81c3924a71260a2cc91d5f981'
|
||||
'SKIP')
|
||||
validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
|
||||
|
||||
|
|
Loading…
Reference in a new issue