[arch-commits] Commit in eclib/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jun 25 11:13:50 UTC 2021


    Date: Friday, June 25, 2021 @ 11:13:50
  Author: arojas
Revision: 967420

Update to 20210625

Modified:
  eclib/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-25 10:50:07 UTC (rev 967419)
+++ PKGBUILD	2021-06-25 11:13:50 UTC (rev 967420)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=eclib
-pkgver=20210503
-pkgrel=3
+pkgver=20210625
+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/'
@@ -9,8 +9,8 @@
 license=(GPL)
 depends=(flint pari boost-libs)
 makedepends=(boost)
-source=(https://github.com/JohnCremona/eclib/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('7ed61c7dfd64f6969aef2bfaaa192bc0e814fa6226faffef7b2ebbe253708281')
+source=(https://github.com/JohnCremona/eclib/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7c0dcc3f3fcbf90dfdb00f30c4060e528c251d172039df15178b69b01188e810')
 
 build() {
   cd $pkgname-$pkgver




More information about the arch-commits mailing list