diff --git a/extra/pari/.SRCINFO b/extra/pari/.SRCINFO new file mode 100644 index 000000000..d3b997925 --- /dev/null +++ b/extra/pari/.SRCINFO @@ -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 diff --git a/extra/pari/.nvchecker.toml b/extra/pari/.nvchecker.toml new file mode 100644 index 000000000..9de6b331a --- /dev/null +++ b/extra/pari/.nvchecker.toml @@ -0,0 +1,4 @@ +[pari] +source = 'regex' +url = 'https://pari.math.u-bordeaux.fr/pub/pari/unix/' +regex = 'pari-([\d.]+)\.[a-z]' diff --git a/extra/pari/PKGBUILD b/extra/pari/PKGBUILD index a9641068b..91902730d 100644 --- a/extra/pari/PKGBUILD +++ b/extra/pari/PKGBUILD @@ -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')