Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / eclib
Commits:
3a8568c4 by Antonio Rojas at 2025-01-22T18:16:08+01:00
upgpkg: 20250122-1: Update to 20250122
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
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 = 20241112
- pkgrel = 2
+ pkgver = 20250122
+ pkgrel = 1
url = https://github.com/JohnCremona/eclib/
arch = x86_64
license = GPL-2.0-or-later
@@ -13,7 +13,7 @@ pkgbase = eclib
depends = glibc
depends = ntl
depends = pari
- source = git+https://github.com/JohnCremona/eclib#tag=v20241112
- sha256sums =
b98dc7c505746750b8e7a6a4fe4d0f4e025054db77f6027f3b383492011be360
+ source = git+https://github.com/JohnCremona/eclib#tag=v20250122
+ sha256sums =
054c063844db96c42cc57da29953a89da8e2a0082243237c3bc4a666d992aaab
pkgname = eclib
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=eclib
-pkgver=20241112
-pkgrel=2
+pkgver=20250122
+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)
url='https://github.com/JohnCremona/eclib/'
@@ -16,7 +16,7 @@ depends=(boost-libs
makedepends=(boost
git)
source=(git+https://github.com/JohnCremona/eclib#tag=v$pkgver)
-sha256sums=('b98dc7c505746750b8e7a6a4fe4d0f4e025054db77f6027f3b383492011be360')
+sha256sums=('054c063844db96c42cc57da29953a89da8e2a0082243237c3bc4a666d992aaab')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/eclib/-/commit/3a8568c42c7be4490d8b10d704b53b0ceff8be6b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/eclib/-/commit/3a8568c42c7be4490d8b10d704b53b0ceff8be6b
You're receiving this email because of your account on gitlab.archlinux.org.