Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / pari


Commits:
ea13b474 by Antonio Rojas at 2024-02-23T20:04:00+01:00
upgpkg: 2.15.5-1: Update to 2.15.5

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.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


=====================================
PKGBUILD
=====================================
@@ -2,14 +2,21 @@
 # Contributor: Gaetan Bisson <bis...@archlinux.org>
 
 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'
@@ -17,7 +24,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')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pari/-/commit/ea13b474c93390a2a239dc2d38dcb8e1ce7cab3a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pari/-/commit/ea13b474c93390a2a239dc2d38dcb8e1ce7cab3a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to