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

Antonio Rojas arojas at archlinux.org
Mon Mar 22 09:48:44 UTC 2021


    Date: Monday, March 22, 2021 @ 09:48:44
  Author: arojas
Revision: 898832

Use release tarball

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-22 06:31:25 UTC (rev 898831)
+++ PKGBUILD	2021-03-22 09:48:44 UTC (rev 898832)
@@ -2,7 +2,7 @@
 
 pkgname=eclib
 pkgver=20210318
-pkgrel=1
+pkgrel=2
 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,12 +9,11 @@
 license=(GPL)
 depends=(flint pari boost-libs)
 makedepends=(boost)
-source=(https://github.com/JohnCremona/eclib/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('8ca611e818cc3acdd54c800be66f66219a52603516bff048d350dd1e95605484')
+source=(https://github.com/JohnCremona/eclib/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4aa5561fd868456d005afff6962bd06b50e65be9acc08380d1a639dbe6b412ba')
 
 build() {
   cd $pkgname-$pkgver
-  ./autogen.sh
   ./configure --prefix=/usr --with-flint=/usr --with-boost
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
   make



More information about the arch-commits mailing list