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


Commits:
86e335e5 by Antonio Rojas at 2023-10-20T23:34:34+02:00
upgpkg: 20230424-3: flint 3.0 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,18 @@
+pkgbase = eclib
+       pkgdesc = Includes mwrank (for 2-descent on elliptic curves over Q) and 
modular symbol code used to create the elliptic curve database
+       pkgver = 20230424
+       pkgrel = 3
+       url = https://github.com/JohnCremona/eclib/
+       arch = x86_64
+       license = GPL
+       makedepends = boost
+       depends = boost-libs
+       depends = flint
+       depends = gcc-libs
+       depends = glibc
+       depends = ntl
+       depends = pari
+       source = 
https://github.com/JohnCremona/eclib/releases/download/v20230424/eclib-20230424.tar.bz2
+       sha256sums = 
1422decfcabebb0ad42f7f58c5aefe5bd8fa11757b45e31a186384fd037cd5c1
+
+pkgname = eclib


=====================================
PKGBUILD
=====================================
@@ -2,12 +2,17 @@
 
 pkgname=eclib
 pkgver=20230424
-pkgrel=2
+pkgrel=3
 pkgdesc='Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database'
 arch=(x86_64)
 url='https://github.com/JohnCremona/eclib/'
 license=(GPL)
-depends=(flint pari boost-libs)
+depends=(boost-libs
+         flint
+         gcc-libs
+         glibc
+         ntl
+         pari)
 makedepends=(boost)
 
source=(https://github.com/JohnCremona/eclib/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2)
 sha256sums=('1422decfcabebb0ad42f7f58c5aefe5bd8fa11757b45e31a186384fd037cd5c1')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/eclib/-/commit/86e335e58d60819a058b71bc407fcabce6994e1d

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


Reply via email to