[arch-commits] Commit in eclib/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Apr 9 09:56:56 UTC 2021
Date: Friday, April 9, 2021 @ 09:56:55
Author: arojas
Revision: 915111
Update to 20210408
Modified:
eclib/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-09 09:34:19 UTC (rev 915110)
+++ PKGBUILD 2021-04-09 09:56:55 UTC (rev 915111)
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=eclib
-pkgver=20210318
-pkgrel=2
+pkgver=20210408
+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/"
@@ -10,7 +10,7 @@
depends=(flint pari boost-libs)
makedepends=(boost)
source=(https://github.com/JohnCremona/eclib/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('4aa5561fd868456d005afff6962bd06b50e65be9acc08380d1a639dbe6b412ba')
+sha256sums=('44e640edba2ea274fa30f5d9436dcb15fbb7c30cc0f885f7bac675b3d65c0839')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list