Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / eclib
Commits:
5debef8c by Antonio Rojas at 2025-05-30T21:49:57+02:00
upgpkg: 20250530-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
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 = 20250528
+ pkgver = 20250530
pkgrel = 1
url = https://github.com/JohnCremona/eclib/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = eclib
depends = glibc
depends = ntl
depends = pari
- source = git+https://github.com/JohnCremona/eclib#tag=v20250528
- sha256sums =
d8f171a816636e0dd1f2e86a17bc8fc429d9c003be0f1efee889b3e6d5ae9b22
+ source = git+https://github.com/JohnCremona/eclib#tag=v20250530
+ sha256sums =
224ea94b14d3cefd4802de8b7cde7dabd89de2339e4d50ebdb15cd03cf96bc5b
pkgname = eclib
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=eclib
-pkgver=20250528
+pkgver=20250530
pkgrel=1
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)
@@ -16,7 +16,7 @@ depends=(boost-libs
makedepends=(boost
git)
source=(git+https://github.com/JohnCremona/eclib#tag=v$pkgver)
-sha256sums=('d8f171a816636e0dd1f2e86a17bc8fc429d9c003be0f1efee889b3e6d5ae9b22')
+sha256sums=('224ea94b14d3cefd4802de8b7cde7dabd89de2339e4d50ebdb15cd03cf96bc5b')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/eclib/-/commit/5debef8c8c073a10ceed70f88e8ee2db282c35ea
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/eclib/-/commit/5debef8c8c073a10ceed70f88e8ee2db282c35ea
You're receiving this email because of your account on gitlab.archlinux.org.