Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / eclib
Commits:
aba63496 by Antonio Rojas at 2023-12-12T22:17:35+01:00
upgpkg: 20231212-1: Update to 20231212
- - - - -
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 = 20231211
+ pkgver = 20231212
pkgrel = 1
url = https://github.com/JohnCremona/eclib/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = eclib
depends = glibc
depends = ntl
depends = pari
- source =
https://github.com/JohnCremona/eclib/releases/download/v20231211/eclib-20231211.tar.bz2
- sha256sums =
968ef770819fb6bb894effaef7e797ebd767e90e5910589f976b40ad28de409d
+ source =
https://github.com/JohnCremona/eclib/releases/download/v20231212/eclib-20231212.tar.bz2
+ sha256sums =
32d116a3e359b0de4f6486c2bb6188bb8b553c8b833f618cc2596484e8b6145a
pkgname = eclib
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=eclib
-pkgver=20231211
+pkgver=20231212
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)
@@ -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=('968ef770819fb6bb894effaef7e797ebd767e90e5910589f976b40ad28de409d')
+sha256sums=('32d116a3e359b0de4f6486c2bb6188bb8b553c8b833f618cc2596484e8b6145a')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/eclib/-/commit/aba634964bbf2bf62a3249ff9ccd29f526141ca5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/eclib/-/commit/aba634964bbf2bf62a3249ff9ccd29f526141ca5
You're receiving this email because of your account on gitlab.archlinux.org.