Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / eclib
Commits:
83cda16c by Antonio Rojas at 2024-04-09T18:22:33+02:00
upgpkg: 20240408-1: Update to 20240408
- - - - -
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 = 20231212
- pkgrel = 2
+ pkgver = 20240408
+ pkgrel = 1
url = https://github.com/JohnCremona/eclib/
arch = x86_64
license = GPL-2.0-or-later
@@ -12,7 +12,7 @@ pkgbase = eclib
depends = glibc
depends = ntl
depends = pari
- source =
https://github.com/JohnCremona/eclib/releases/download/v20231212/eclib-20231212.tar.bz2
- sha256sums =
32d116a3e359b0de4f6486c2bb6188bb8b553c8b833f618cc2596484e8b6145a
+ source =
https://github.com/JohnCremona/eclib/releases/download/v20240408/eclib-20240408.tar.bz2
+ sha256sums =
3ba908e2019de53fcba141449caa6fa82f03605bf83bf9da8092df538adabe7c
pkgname = eclib
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=eclib
-pkgver=20231212
-pkgrel=2
+pkgver=20240408
+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/'
@@ -15,7 +15,7 @@ depends=(boost-libs
pari)
makedepends=(boost)
source=(https://github.com/JohnCremona/eclib/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('32d116a3e359b0de4f6486c2bb6188bb8b553c8b833f618cc2596484e8b6145a')
+sha256sums=('3ba908e2019de53fcba141449caa6fa82f03605bf83bf9da8092df538adabe7c')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/eclib/-/commit/83cda16c9f0c1c0edfeee4494bc17a7c02eb916e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/eclib/-/commit/83cda16c9f0c1c0edfeee4494bc17a7c02eb916e
You're receiving this email because of your account on gitlab.archlinux.org.